Browse Source

config.cpp

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

2
src/config.cpp

@ -98,9 +98,9 @@ Config::Config()
export_support(true), export_support(true),
flushonclose(FlushOnClose::ENUM::OPENED_FOR_WRITE), flushonclose(FlushOnClose::ENUM::OPENED_FOR_WRITE),
follow_symlinks(FollowSymlinks::ENUM::NEVER), follow_symlinks(FollowSymlinks::ENUM::NEVER),
fsname(),
func(), func(),
category(func), category(func),
fsname(),
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