mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat(clickhouse): add max_suspicious_broken_parts configuration to ClickHouse
This commit is contained in:
@@ -175,6 +175,9 @@ clickhouse:
|
||||
# Custom ClickHouse configuration
|
||||
configuration: |-
|
||||
<clickhouse>
|
||||
<merge_tree>
|
||||
<max_suspicious_broken_parts>1000</max_suspicious_broken_parts>
|
||||
</merge_tree>
|
||||
<logger>
|
||||
<level>warning</level>
|
||||
<console>true</console>
|
||||
|
||||
Reference in New Issue
Block a user