mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:05:15 +08:00
Change default read-thread-count from -1 to 0 as documented
This commit is contained in:
parent
26c8b5c642
commit
0a64d74b4b
|
@ -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