mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
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:
committed by
Bernd Schubert
parent
b71dd2629f
commit
ba68751e56
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user