ClickHouse/tests/config/config.d/merge_tree_old_dirs_cleanup.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
465 B
XML
Raw Normal View History

2022-08-11 13:27:00 +00:00
<clickhouse>
<merge_tree>
<!-- Default is 86400 (1 day), but we have protection from removal of tmp dirs that are currently in use -->
<temporary_directories_lifetime>1</temporary_directories_lifetime>
<!-- Default is 60 seconds, but let's make tests more aggressive -->
<merge_tree_clear_old_temporary_directories_interval_seconds>10</merge_tree_clear_old_temporary_directories_interval_seconds>
</merge_tree>
</clickhouse>