diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index 73fa2efe..01fe875d 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -61,4 +61,4 @@ across all in the pool. process-thread-count`. If requests come in faster than can be processed and the max queue depth hit then queuing the request will block in order to limit memory growth. -* `process-thread-queue-depth<=0`: Sets the queue depth to 3. +* `process-thread-queue-depth<=0`: Sets the queue depth to 2.