mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
14 lines
651 B
XML
14 lines
651 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<!-- Avoid "Connection failed at try №1" messages. -->
|
|
<connect_timeout_with_failover_ms>2000</connect_timeout_with_failover_ms>
|
|
<connect_timeout_with_failover_secure_ms>3000</connect_timeout_with_failover_secure_ms>
|
|
<!-- Avoid this logic in tests to avoid EOF (10 hours is enough for tests)-->
|
|
<idle_connection_timeout>36000</idle_connection_timeout>
|
|
<!-- NOTE: instead of tunning idle_connection_timeout,
|
|
SYSTEM RELOAD CONFIG can be executed before each test -->
|
|
</default>
|
|
</profiles>
|
|
</clickhouse>
|