From a7cad0f1a54cfa118e28c6dd6084b68494afd70a Mon Sep 17 00:00:00 2001 From: Vibhu Pandey Date: Sun, 27 Apr 2025 19:56:36 +0530 Subject: [PATCH] chore(conf): add clickhouse settings (#7743) --- conf/example.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/example.yaml b/conf/example.yaml index d4bb34d732..e5063a8872 100644 --- a/conf/example.yaml +++ b/conf/example.yaml @@ -103,6 +103,13 @@ telemetrystore: clickhouse: # The DSN to use for clickhouse. dsn: tcp://localhost:9000 + # The query settings for clickhouse. + settings: + max_execution_time: 0 + max_execution_time_leaf: 0 + timeout_before_checking_execution_speed: 0 + max_bytes_to_read: 0 + max_result_rows_for_ch_query: 0 ##################### Prometheus ##################### prometheus: