mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
Set flush-on-close default to opened-for-write
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user