Skip to content

Commit

Permalink
[fix](config) change cold_data_compaction_interval_sec to 2314 days t…
Browse files Browse the repository at this point in the history
…o disalbe it (#21355)
  • Loading branch information
xiaokang committed Jun 29, 2023
1 parent 7841479 commit afe6bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ DEFINE_mInt64(generate_cooldown_task_interval_sec, "20");
DEFINE_mInt32(remove_unused_remote_files_interval_sec, "21600"); // 6h
DEFINE_mInt32(confirm_unused_remote_files_interval_sec, "60");
DEFINE_Int32(cold_data_compaction_thread_num, "2");
DEFINE_mInt32(cold_data_compaction_interval_sec, "1800");
DEFINE_mInt32(cold_data_compaction_interval_sec, "200000000");
DEFINE_mInt64(generate_cache_cleaner_task_interval_sec, "43200"); // 12 h
DEFINE_Int32(concurrency_per_dir, "2");
DEFINE_mInt64(cooldown_lag_time_sec, "10800"); // 3h
Expand Down

0 comments on commit afe6bb9

Please sign in to comment.