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)