|
|
|
@ -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), |
|
|
|
|