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