Skip to content

Commit

Permalink
Merge pull request #1165 from trapexit/thread-defaults
Browse files Browse the repository at this point in the history
Change default read-thread-count from -1 to 0 as documented
  • Loading branch information
trapexit authored Mar 31, 2023
2 parents 26c8b5c + 0a64d74 commit 7a62a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7a62a62

Please sign in to comment.