mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
18 lines
647 B
XML
18 lines
647 B
XML
<clickhouse>
|
|
<profiles>
|
|
<default>
|
|
<stream_like_engine_allow_direct_select>1</stream_like_engine_allow_direct_select>
|
|
<!-- One test is expecting the interruption after blocking ZooKeeper -->
|
|
<insert_keeper_max_retries>0</insert_keeper_max_retries>
|
|
<function_sleep_max_microseconds_per_block>0</function_sleep_max_microseconds_per_block>
|
|
</default>
|
|
</profiles>
|
|
<users>
|
|
<default>
|
|
<password></password>
|
|
<profile>default</profile>
|
|
<named_collection_control>1</named_collection_control>
|
|
</default>
|
|
</users>
|
|
</clickhouse>
|