From ab877b903c776b66d7c68fb2c045bde469f3a5ad Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 30 Apr 2025 20:26:54 -0500 Subject: [PATCH] threads.md --- mkdocs/docs/config/threads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index ac00050a..3f8451f0 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -16,9 +16,9 @@ from the kernel. * `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. -* `read-thread-count=0` where `process-thread-count!=-1`: Creates `2` +* `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` where `process-thread-count=-1`: Creates `2` +* `read-thread-count=-1` and `process-thread-count=-1`: Creates `2` read threads and `max(2,CPUCount-2)` process threads. When `process-thread-count=-1` (the default) this option sets the