This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 8e55276773a [enhancement](compaction) reduce the base compaction 
freeze interval (#38780)
8e55276773a is described below

commit 8e55276773ac7790d7b4418f4aa100ee841ec500
Author: Luwei <814383...@qq.com>
AuthorDate: Sun Aug 4 10:39:48 2024 +0800

    [enhancement](compaction) reduce the base compaction freeze interval 
(#38780)
---
 be/src/cloud/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/cloud/config.cpp b/be/src/cloud/config.cpp
index 902502e0aac..82c466120e9 100644
--- a/be/src/cloud/config.cpp
+++ b/be/src/cloud/config.cpp
@@ -35,7 +35,7 @@ DEFINE_Int64(tablet_cache_shards, "16");
 DEFINE_mInt32(tablet_sync_interval_s, "1800");
 
 DEFINE_mInt64(min_compaction_failure_interval_ms, "5000");
-DEFINE_mInt64(base_compaction_freeze_interval_s, "86400");
+DEFINE_mInt64(base_compaction_freeze_interval_s, "7200");
 DEFINE_mInt64(cu_compaction_freeze_interval_s, "1200");
 DEFINE_mInt64(cumu_compaction_interval_s, "1800");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to