diff --git a/mkdocs/docs/config/threads.md b/mkdocs/docs/config/threads.md index 01bec37f..331132fa 100644 --- a/mkdocs/docs/config/threads.md +++ b/mkdocs/docs/config/threads.md @@ -26,7 +26,7 @@ kernel. When `process-thread-count` is set to anything else mergerfs will create two thread pools. A "read" thread pool which just reads from -the kernel and hands off requests to the "process" thread pool. +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.