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

2
mkdocs/docs/config/threads.md

@ -19,7 +19,7 @@ from the kernel.
* `read-thread-count=0` and `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 threads and number of process threads as defined below.
* `read-thread-count=-1` and `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.
read threads and `max(2,CPUCount-2)` capped to `8` process threads.
When `process-thread-count=-1` (the default) this option sets the When `process-thread-count=-1` (the default) this option sets the
number of threads which read and then process requests from the number of threads which read and then process requests from the

Loading…
Cancel
Save