mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 09:21:13 +08:00
Merge pull request #1163 from trapexit/thread-defaults
Change default read-thread-count from -1 to 0 as documented
This commit is contained in:
commit
5722f5fb2f
|
@ -119,7 +119,7 @@ Config::Config()
|
|||
statfs_ignore(StatFSIgnore::ENUM::NONE),
|
||||
symlinkify(false),
|
||||
symlinkify_timeout(3600),
|
||||
fuse_read_thread_count(-1),
|
||||
fuse_read_thread_count(0),
|
||||
fuse_process_thread_count(-1),
|
||||
fuse_pin_threads("false"),
|
||||
version(MERGERFS_VERSION),
|
||||
|
|
Loading…
Reference in New Issue
Block a user