From 7a8259ca3c0e9d4d0a3d853fb150bd6da8503399 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 30 Apr 2025 23:55:46 -0500 Subject: [PATCH] config.cpp --- src/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cpp b/src/config.cpp index 83fbda64..770f008d 100644 --- a/src/config.cpp +++ b/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"),