mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
424e3f12e2
This reverts commit17315e53b8
, reversing changes made toed35fddddd
.
13 lines
458 B
XML
13 lines
458 B
XML
<clickhouse>
|
|
<text_log>
|
|
<database>system</database>
|
|
<table>text_log</table>
|
|
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
|
<max_size_rows>1048576</max_size_rows>
|
|
<reserved_size_rows>8192</reserved_size_rows>
|
|
<buffer_size_rows_flush_threshold>524288</buffer_size_rows_flush_threshold>
|
|
<flush_on_crash>false</flush_on_crash>
|
|
<level>test</level>
|
|
</text_log>
|
|
</clickhouse>
|