Skip to content

Commit afe6bb9

Browse files
committed
[fix](config) change cold_data_compaction_interval_sec to 2314 days to disalbe it (#21355)
1 parent 7841479 commit afe6bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/common/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ DEFINE_mInt64(generate_cooldown_task_interval_sec, "20");
881881
DEFINE_mInt32(remove_unused_remote_files_interval_sec, "21600"); // 6h
882882
DEFINE_mInt32(confirm_unused_remote_files_interval_sec, "60");
883883
DEFINE_Int32(cold_data_compaction_thread_num, "2");
884-
DEFINE_mInt32(cold_data_compaction_interval_sec, "1800");
884+
DEFINE_mInt32(cold_data_compaction_interval_sec, "200000000");
885885
DEFINE_mInt64(generate_cache_cleaner_task_interval_sec, "43200"); // 12 h
886886
DEFINE_Int32(concurrency_per_dir, "2");
887887
DEFINE_mInt64(cooldown_lag_time_sec, "10800"); // 3h

0 commit comments

Comments
 (0)