|
@ -43,7 +43,7 @@ When enabled this sets the number of threads in the message processing pool. |
|
|
threads depending on the CPU core count. |
|
|
threads depending on the CPU core count. |
|
|
* `process-thread-count=N` where `N>0`: Create a thread pool of `N` threads. |
|
|
* `process-thread-count=N` where `N>0`: Create a thread pool of `N` threads. |
|
|
* `process-thread-count=N` where `N<-1`: Create a thread pool of `CPUCount / |
|
|
* `process-thread-count=N` where `N<-1`: Create a thread pool of `CPUCount / |
|
|
-N` threads. |
|
|
|
|
|
|
|
|
-N` threads. Minimum of 1. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## process-thread-queue-depth |
|
|
## process-thread-queue-depth |
|
|