Browse Source

Merge pull request #1277 from trapexit/flushdefault

Set flush-on-close default to opened-for-write
pull/1283/head
trapexit 7 months ago
committed by GitHub
parent
commit
edb3368078
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/config.cpp

2
src/config.cpp

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

Loading…
Cancel
Save