Skip to content

Commit

Permalink
Merge pull request #1277 from trapexit/flushdefault
Browse files Browse the repository at this point in the history
Set flush-on-close default to opened-for-write
  • Loading branch information
trapexit authored Nov 1, 2023
2 parents 337aade + bd70928 commit edb3368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit edb3368

Please sign in to comment.