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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 63aab4866 Hotfix: AMS can't start with default 
`overview-cache.refresh-interval` (#3431)
63aab4866 is described below

commit 63aab4866e3a250eb2870808c239e9ac3953c260
Author: baiyangtx <[email protected]>
AuthorDate: Fri Feb 7 15:14:29 2025 +0800

    Hotfix: AMS can't start with default `overview-cache.refresh-interval` 
(#3431)
    
    Co-authored-by: zhangyongxiang.alpha <[email protected]>
---
 dist/src/main/amoro-bin/conf/config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/src/main/amoro-bin/conf/config.yaml 
b/dist/src/main/amoro-bin/conf/config.yaml
index a4d6b29f2..5c64cb596 100644
--- a/dist/src/main/amoro-bin/conf/config.yaml
+++ b/dist/src/main/amoro-bin/conf/config.yaml
@@ -100,7 +100,7 @@ ams:
     sensitive-keywords: admin-password;database.password
 
   overview-cache:
-    refresh-interval: 3m          # 3 min
+    refresh-interval: 3min          # 3 min
     max-size: 3360                # Keep 7 days history by default, 7 * 24 * 
60 / 3 = 3360
 
   database:

Reply via email to