Browse Source

config.cpp

nix-debugging
Antonio SJ Musumeci 1 day ago
parent
commit
0e9d68535b
  1. 2
      src/config.cpp

2
src/config.cpp

@ -92,7 +92,6 @@ Config::Config()
cache_statfs(0), cache_statfs(0),
cache_symlinks(false), cache_symlinks(false),
cache_writeback(false), cache_writeback(false),
category(func),
config_file(), config_file(),
direct_io_allow_mmap(true), direct_io_allow_mmap(true),
dropcacheonclose(false), dropcacheonclose(false),
@ -101,6 +100,7 @@ Config::Config()
follow_symlinks(FollowSymlinks::ENUM::NEVER), follow_symlinks(FollowSymlinks::ENUM::NEVER),
fsname(), fsname(),
func(), func(),
category(func),
fuse_msg_size("1M"), fuse_msg_size("1M"),
gid_cache_expire_timeout(60 * 60), gid_cache_expire_timeout(60 * 60),
gid_cache_remove_timeout(60 * 60 * 12), gid_cache_remove_timeout(60 * 60 * 12),

Loading…
Cancel
Save