Skip to content

Commit ff569c6

Browse files
fix from engineering review
Co-authored-by: Steven Ryland <[email protected]>
1 parent f576570 commit ff569c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-management-faq.yml

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

148148
```csharp
149-
private readonly int minThreads = 200
149+
const int minThreads = 200
150150
151151
ThreadPool.SetMinThreads(minThreads, minThreads);
152152

0 commit comments

Comments
 (0)