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
commit edb3368078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(),