This is an automated email from the ASF dual-hosted git repository.
luwei16 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 1de63ce8755 [improvement](snapshot) Reduce cloud snapshot handler
polling interval (#66925)
1de63ce8755 is described below
commit 1de63ce875504e250c576a99957f8e292dc4a5e4
Author: Luwei <[email protected]>
AuthorDate: Thu Aug 20 10:37:19 2026 +0800
[improvement](snapshot) Reduce cloud snapshot handler polling interval
(#66925)
---
fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index b451dac0241..4fe558fe3e4 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -3623,7 +3623,7 @@ public class Config extends ConfigBase {
@ConfField
public static String cloud_snapshot_handler_class =
"org.apache.doris.cloud.snapshot.CloudSnapshotHandler";
@ConfField
- public static int cloud_snapshot_handler_interval_second = 3600;
+ public static int cloud_snapshot_handler_interval_second = 10;
@ConfField(mutable = true)
public static long cloud_snapshot_timeout_seconds = 600;
@ConfField(mutable = true)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]