Skip to content

Commit 0a7fa34

Browse files
committed
Grammar fix
1 parent c4593d4 commit 0a7fa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
225225

226226
In most cases, this is a _good feature to have enabled_ but there are drawbacks that can cause severe system degradation.
227227

228-
- Enabling retry on failure causes Entity Framework Core to buffer the result set. Significantly increasing memory requirements and causing garbage collection pauses.
228+
- Enabling retry on failure causes Entity Framework Core to buffer the result set. This significantly increases memory requirements and causes garbage collection pauses.
229229
- Some versions of `Microsoft.Data.SqlClient` call `Thread.Sleep` that can lock threads for up to **_10 seconds_**. This can lead to thread exhaustion and server unresponsiveness. We've isolated this issue to versions.
230230

231231
| Microsoft.EntityFrameworkCore.SqlServer | Microsoft.Data.SqlClient | Status |

0 commit comments

Comments
 (0)