ClickHouse/dbms/tests/integration/test_storage_kafka/configs/users.xml

27 lines
777 B
XML
Raw Normal View History

<?xml version="1.0"?>
<yandex>
<profiles>
<default>
<stream_poll_timeout_ms>30000</stream_poll_timeout_ms>
<stream_flush_interval_ms>31000</stream_flush_interval_ms>
<!-- TODO: time is calculated wrong (first poll during subcrible is not taken into account so real flush interval = stream_flush_interval_ms + stream_poll_timeout_ms -->>
</default>
</profiles>
<users>
<default>
<password></password>
<networks incl="networks" replace="replace">
<ip>::/0</ip>
</networks>
<profile>default</profile>
<quota>default</quota>
</default>
</users>
<quotas>
<default>
</default>
</quotas>
</yandex>