Merge pull request #1277 from trapexit/flushdefault

Set flush-on-close default to opened-for-write
This commit is contained in:
trapexit
2023-10-31 23:26:08 -05:00
committed by GitHub
+1 -1
View File
@@ -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(),