Update DirectoryMonitor.cpp

This commit is contained in:
alexey-milovidov 2021-11-11 20:17:55 +03:00 committed by GitHub
parent aaad3f84da
commit 572aec481a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -691,7 +691,7 @@ struct StorageDistributedDirectoryMonitor::Batch
: parent(parent_)
, file_index_to_path(file_index_to_path_)
, split_batch_on_failure(parent.split_batch_on_failure)
, fdatasync(parent.storage.getDistributedSettingsRef().fsync_after_insert)
, fsync(parent.storage.getDistributedSettingsRef().fsync_after_insert)
, dir_fsync(parent.dir_fsync)
{}