mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 03:16:14 +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),
|
category(func),
|
||||||
direct_io(false),
|
direct_io(false),
|
||||||
dropcacheonclose(false),
|
dropcacheonclose(false),
|
||||||
flushonclose(FlushOnClose::ENUM::ALWAYS),
|
flushonclose(FlushOnClose::ENUM::OPENED_FOR_WRITE),
|
||||||
follow_symlinks(FollowSymlinks::ENUM::NEVER),
|
follow_symlinks(FollowSymlinks::ENUM::NEVER),
|
||||||
fsname(),
|
fsname(),
|
||||||
func(),
|
func(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user