diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index bbd14016..e4f14cfd 100644 --- a/mkdocs/docs/config/threads.md +++ b/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.