diff --git a/src/config.cpp b/src/config.cpp index 46a2e894..dc2ae27a 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -102,8 +102,6 @@ Config::Config() fsname(), func(), fuse_msg_size("1M"), - gid_cache_expire_timeout(60 * 60), - gid_cache_remove_timeout(60 * 60 * 12), handle_killpriv(true), handle_killpriv_v2(true), ignorepponrename(false), @@ -250,8 +248,8 @@ Config::Config() _map["func.utimens"] = &func.utimens; _map["fuse-msg-size"] = &fuse_msg_size; _map["gid"] = &_gid; - _map["gid-cache.expire-timeout"] = &gid_cache_expire_timeout; - _map["gid-cache.remove-timeout"] = &gid_cache_remove_timeout; + _map["gid-cache.expire-timeout"] = &_dummy; + _map["gid-cache.remove-timeout"] = &_dummy; _map["handle-killpriv"] = &handle_killpriv; _map["handle-killpriv-v2"] = &handle_killpriv_v2; _map["hard-remove"] = &_dummy;