ClickHouse/tests/integration/test_hedged_requests/configs/users.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
416 B
XML
Raw Normal View History

<clickhouse>
2021-01-19 19:21:06 +00:00
<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>
2021-01-19 19:21:06 +00:00
</default>
</profiles>
</clickhouse>