Update src/Core/Settings.cpp

Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
This commit is contained in:
Kseniia Sumarokova 2024-11-08 14:06:59 +01:00 committed by GitHub
parent fd9f327083
commit fe73c1880a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4874,7 +4874,7 @@ Limit on size of a single batch of file segments that a read buffer can request
Wait time to lock cache for space reservation in filesystem cache
)", 0) \
DECLARE(Bool, filesystem_cache_prefer_bigger_buffer_size, true, R"(
Prefer bigger buffer size if filesystem cache is enabled to avoid writing small file segments which detiriorate cache performance
Prefer bigger buffer size if filesystem cache is enabled to avoid writing small file segments which deteriorate cache performance
)", 0) \
DECLARE(UInt64, temporary_data_in_cache_reserve_space_wait_lock_timeout_milliseconds, (10 * 60 * 1000), R"(
Wait time to lock cache for space reservation for temporary data in filesystem cache