Merge pull request #61174 from ClickHouse/kssenii-patch-9

Update ReadSettings.h
This commit is contained in:
Kseniia Sumarokova 2024-03-12 12:00:05 +01:00 committed by GitHub
commit 6425610d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,6 @@ struct ReadSettings
bool enable_filesystem_cache = true;
bool read_from_filesystem_cache_if_exists_otherwise_bypass_cache = false;
bool enable_filesystem_cache_log = false;
bool force_read_through_cache_merges = false;
size_t filesystem_cache_segments_batch_size = 20;
bool use_page_cache_for_disks_without_file_cache = false;