Set flush-on-close default to opened-for-write

This commit is contained in:
Antonio SJ Musumeci
2023-10-31 09:23:52 -05:00
parent 337aade02d
commit bd70928268
+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(),