Added 'system.files.session.fdatasync' config option.

This commit is contained in:
rakshasa
2025-03-28 15:24:34 +01:00
committed by Jari Sundell
parent 3a227c190f
commit 8d991b4ce5
4 changed files with 23 additions and 20 deletions
+1
View File
@@ -222,6 +222,7 @@ initialize_command_local() {
CMD2_ANY ("system.files.advise_random", std::bind(&FM_t::advise_random, fileManager));
CMD2_ANY_VALUE_V ("system.files.advise_random.set", std::bind(&FM_t::set_advise_random, fileManager, std::placeholders::_2));
CMD2_VAR_BOOL ("system.files.session.fdatasync", true);
CMD2_ANY ("system.files.opened_counter", std::bind(&FM_t::files_opened_counter, fileManager));
CMD2_ANY ("system.files.closed_counter", std::bind(&FM_t::files_closed_counter, fileManager));