提高到15分钟同步一次

This commit is contained in:
黄思敏 2022-08-11 09:29:53 +08:00
parent c5085c7e6f
commit 9b8e156113

View File

@ -219,7 +219,7 @@ func main() {
} }
} }
cxt.Wait(time.Minute * 5) cxt.Wait(time.Minute * 15)
}) })
} }