From 3f941d2851a93ca0508439e7653b4545f1952da9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 30 Apr 2025 22:17:01 -0500 Subject: [PATCH] threads.md --- mkdocs/docs/config/threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.