mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge branch 'CLICKHOUSE-3847' of github.com:VadimPE/ClickHouse into CLICKHOUSE-3847
This commit is contained in:
commit
e3495a6484
@ -68,7 +68,7 @@ struct MergeTreeSettings
|
||||
\
|
||||
/** Keep about this number of last records in ZooKeeper log, even if they are obsolete. \
|
||||
* It doesn't affect work of tables: used only to diagnose ZooKeeper log before cleaning. */ \
|
||||
M(SettingUInt64, min_replicated_logs_to_keep, 5000) \
|
||||
M(SettingUInt64, min_replicated_logs_to_keep, 100) \
|
||||
\
|
||||
/** After specified amount of time passed after replication log entry creation \
|
||||
* and sum size of parts is greater than threshold, \
|
||||
|
Loading…
Reference in New Issue
Block a user