Skip to content

Commit 3c176c2

Browse files
committed
engineering review change
1 parent 708090d commit 3c176c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/redis/management-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sections:
118118
If you ae using .NET Core, you would set it in `Program.cs`, just before the call to `WebApplication.CreateBuilder()`:
119119

120120
```csharp
121-
private readonly int minThreads = 200
121+
const int minThreads = 200
122122
123123
ThreadPool.SetMinThreads(minThreads, minThreads);
124124

0 commit comments

Comments
 (0)