Browse Source

Set default read thread count to 0 (#1484)

pull/1485/head
trapexit 3 months ago
committed by GitHub
parent
commit
eb124316c9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/config.cpp

2
src/config.cpp

@ -129,7 +129,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_process_thread_queue_depth(2),
fuse_pin_threads("false"),

Loading…
Cancel
Save