diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index ef4264f8..bbd14016 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -18,7 +18,7 @@ from the kernel. -N` threads. * `read-thread-count=0` and `process-thread-count!=-1`: Creates `2` read threads and number of process threads as defined below. -* `read-thread-count=-1` and `process-thread-count=-1`: Creates `2` +* `read-thread-count=0` and `process-thread-count=-1`: Creates `2` read threads and upto `8` process threads depending on the CPU core count.