From 0e9d68535b7b905e6b68f63b27a9161f260dae62 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 22 Nov 2025 16:06:38 -0600 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 1d51bd6e..b5076cfd 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -92,7 +92,6 @@ Config::Config() cache_statfs(0), cache_symlinks(false), cache_writeback(false), - category(func), config_file(), direct_io_allow_mmap(true), dropcacheonclose(false), @@ -101,6 +100,7 @@ Config::Config() follow_symlinks(FollowSymlinks::ENUM::NEVER), fsname(), func(), + category(func), fuse_msg_size("1M"), gid_cache_expire_timeout(60 * 60), gid_cache_remove_timeout(60 * 60 * 12),