You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#5365
## Change
Fix the issue in two ways:
1. Only use `- 1` if `supportedConcurrentThreads` is greater than 1.
2. Swap the order of setting min and max thread counts on the pool so
that setting the minimum thread count to 1 overrides a "bad" allowed
thread count of 0 (there are better ways to not do something than
creating a thread pool that isn't allowed any threads).
0 commit comments