This commit is contained in:
苏尹岚
2021-04-06 13:41:57 +08:00
parent c4bd9f6c76
commit 2952285378

View File

@@ -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)