mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
17 lines
451 B
XML
17 lines
451 B
XML
<yandex>
|
|
<profiles>
|
|
<default>
|
|
<max_execution_time>10</max_execution_time>
|
|
<!--
|
|
Don't let the fuzzer change this setting (I've actually seen it
|
|
do this before).
|
|
-->
|
|
<constraints>
|
|
<max_execution_time>
|
|
<max>10</max>
|
|
</max_execution_time>
|
|
</constraints>
|
|
</default>
|
|
</profiles>
|
|
</yandex>
|