From 1a770e62b68153add733ef77a37355dab87cfa62 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 30 Apr 2025 22:13: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 53b01759..01bec37f 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -29,7 +29,7 @@ create two thread pools. A "read" thread pool which just reads from the kernel and hands off requests to the "process" thread pool. Generally, only 1 or 2 "read" threads are necessary when used with a -"process" thread pool. +process thread pool. ## process-thread-count