fix typo in comments; FUSE_LOOP_MT_DEF_IDLE_THREADS is -1, not 10

Signed-off-by: Ashish Ahuja <shivashish.ahuja@gmail.com>
This commit is contained in:
Ashish Ahuja
2026-06-03 11:03:44 +05:30
committed by Bernd Schubert
parent b71dd2629f
commit ba68751e56
+1 -1
View File
@@ -190,7 +190,7 @@ struct fuse_loop_config
/**
* The maximum number of available worker threads before they
* start to get deleted when they become idle. If not
* specified, the default is 10.
* specified, the default is -1.
*
* Adjusting this has performance implications; a very small number
* of threads in the pool will cause a lot of thread creation and