Antonio SJ Musumeci 6 days ago
parent
commit
4bf5dfca6a
  1. 2
      mkdocs/docs/config/threads.md

2
mkdocs/docs/config/threads.md

@ -43,7 +43,7 @@ When enabled this sets the number of threads in the message processing pool.
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.
-N` threads. Minimum of 1.
## process-thread-queue-depth

Loading…
Cancel
Save