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

12 lines
369 B
XML

<?xml version="1.0"?>
<yandex>
<profiles>
<default>
<load_balancing>in_order</load_balancing>
<max_parallel_replicas>2</max_parallel_replicas>
<hedged_connection_timeout_ms>100</hedged_connection_timeout_ms>
<receive_data_timeout_ms>2000</receive_data_timeout_ms>
</default>
</profiles>
</yandex>