ClickHouse/tests/integration/test_hedged_requests/configs/users.xml
2021-04-19 01:28:03 +03:00

13 lines
430 B
XML

<?xml version="1.0"?>
<yandex>
<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>
</yandex>