mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 05:03:20 +00:00
12 lines
416 B
XML
12 lines
416 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<load_balancing>in_order</load_balancing>
|
|
<hedged_connection_timeout_ms>100</hedged_connection_timeout_ms>
|
|
<receive_data_timeout_ms>2000</receive_data_timeout_ms>
|
|
<async_socket_for_remote>1</async_socket_for_remote>
|
|
<use_hedged_requests>1</use_hedged_requests>
|
|
</default>
|
|
</profiles>
|
|
</clickhouse>
|