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

jiafengzheng 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 789f1d4e3e Fixed label_clean_interval_second's incorrect default value 
(#14869)
789f1d4e3e is described below

commit 789f1d4e3ed55f076f1f29565a55aedee3702f24
Author: HB <[email protected]>
AuthorDate: Wed Dec 7 12:47:55 2022 +0800

    Fixed label_clean_interval_second's incorrect default value (#14869)
---
 docs/en/docs/admin-manual/config/fe-config.md    | 2 +-
 docs/zh-CN/docs/admin-manual/config/fe-config.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/docs/admin-manual/config/fe-config.md 
b/docs/en/docs/admin-manual/config/fe-config.md
index f994a91179..a212afc669 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -1999,7 +1999,7 @@ The max keep time of some kind of jobs. like schema 
change job and rollup job.
 
 ### label_clean_interval_second
 
-Default:4 * 3600  (4 hour)
+Default:1 * 3600  (1 hour)
 
 Load label cleaner will run every *label_clean_interval_second* to clean the 
outdated jobs.
 
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md 
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 09ba06fb6f..f9b2d5eead 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -2029,7 +2029,7 @@ HOUR: log前缀是:yyyyMMddHH
 
 ### `label_clean_interval_second`
 
-默认值:4 * 3600  (4小时)
+默认值:1 * 3600  (1小时)
 
 load 标签清理器将每隔 `label_clean_interval_second` 运行一次以清理过时的作业。
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to