Antonio SJ Musumeci 7 days ago
parent
commit
0b29514afc
  1. 2
      mkdocs/docs/config/threads.md

2
mkdocs/docs/config/threads.md

@ -11,8 +11,6 @@ Defaults to `0`
The number of threads used to read (and possibly process) messages
from the kernel.
* `read-thread-count=0`: Create a thread pool sized to the number of
logical CPUs.
* `read-thread-count=N` where `N>0`: Create a thread pool of `N` threads.
* `read-thread-count=N` where `N<0`: Create a thread pool of `CPUCount /
-N` threads.

Loading…
Cancel
Save