Browse Source

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

revert-1163-thread-defaults
trapexit 2 years ago
committed by GitHub
parent
commit
6282ee7552
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config.cpp

2
src/config.cpp

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

Loading…
Cancel
Save