From 295228537897fa8eed675291155493c28bd3998c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 6 Apr 2021 13:41:57 +0800 Subject: [PATCH] aa --- business/jxstore/misc/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index dce5ff14e..257f0c689 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -186,7 +186,7 @@ func Init() { ScheduleTimerFuncByInterval(func() { report.RefreshStoreManageState(jxcontext.AdminCtx) - }, 5*time.Second, 10*time.Minute) + }, 5*time.Second, 20*time.Minute) ScheduleTimerFunc("auto enable remote store", func() { cms.EnableHaveRestStores(jxcontext.AdminCtx, false, true)