Revert "Change default read-thread-count from -1 to 0 as documented"

This commit is contained in:
trapexit 2023-03-31 13:36:52 -04:00 committed by GitHub
parent 5722f5fb2f
commit 6282ee7552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ Config::Config()
statfs_ignore(StatFSIgnore::ENUM::NONE),
symlinkify(false),
symlinkify_timeout(3600),
fuse_read_thread_count(0),
fuse_read_thread_count(-1),
fuse_process_thread_count(-1),
fuse_pin_threads("false"),
version(MERGERFS_VERSION),