Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize AdjustMaxWorkersActive (dotnet#1103)
@ninedan reported this function as expensive in one of the server scenarios he monitors. The actual time is spent in `ThreadStore::GetAllThreadList`. Moving the call to `GetTotalWorkerThreadPoolCompletionCount` should reduce this cost. Fixes dotnet#1079
- Loading branch information