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
Auto merge of #2529 - jtgeibel:fix-blocking-thread-count, r=JohnTitor
Account for core_threads when setting up background threads
The number of core_threads counts against the max_threads setting. For
parity with the thread count enforced by `civet`, the core thread count
is added to `SERVER_THREADS` when setting the max thread count.
r? @JohnTitor
0 commit comments