diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index 8ff2735c..53b01759 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -39,8 +39,8 @@ Defaults to `-1` When enabled this sets the number of threads in the message processing pool. * `process-thread-count=-1`: Process thread pool is disabled. -* `process-thread-count=0`: Create a thread pool sized to the number - of logical CPUs. +* `process-thread-count=0`: Create a thread pool upto `8` process + threads depending on the CPU core count. * `process-thread-count=N` where `N>0`: Create a thread pool of `N` threads. * `process-thread-count=N` where `N<-1`: Create a thread pool of `CPUCount / -N` threads.