We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7841479 commit afe6bb9Copy full SHA for afe6bb9
be/src/common/config.cpp
@@ -881,7 +881,7 @@ DEFINE_mInt64(generate_cooldown_task_interval_sec, "20");
881
DEFINE_mInt32(remove_unused_remote_files_interval_sec, "21600"); // 6h
882
DEFINE_mInt32(confirm_unused_remote_files_interval_sec, "60");
883
DEFINE_Int32(cold_data_compaction_thread_num, "2");
884
-DEFINE_mInt32(cold_data_compaction_interval_sec, "1800");
+DEFINE_mInt32(cold_data_compaction_interval_sec, "200000000");
885
DEFINE_mInt64(generate_cache_cleaner_task_interval_sec, "43200"); // 12 h
886
DEFINE_Int32(concurrency_per_dir, "2");
887
DEFINE_mInt64(cooldown_lag_time_sec, "10800"); // 3h
0 commit comments