Browse Source

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

pull/1277/head
Antonio SJ Musumeci 7 months ago
parent
commit
bd70928268
  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