mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-21 16:35:32 +08:00
Merge pull request #1277 from trapexit/flushdefault
Set flush-on-close default to opened-for-write
This commit is contained in:
commit
edb3368078
|
@ -94,7 +94,7 @@ Config::Config()
|
|||
category(func),
|
||||
direct_io(false),
|
||||
dropcacheonclose(false),
|
||||
flushonclose(FlushOnClose::ENUM::ALWAYS),
|
||||
flushonclose(FlushOnClose::ENUM::OPENED_FOR_WRITE),
|
||||
follow_symlinks(FollowSymlinks::ENUM::NEVER),
|
||||
fsname(),
|
||||
func(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user