修改块同步频率

This commit is contained in:
CounterFire2023 2024-03-27 11:48:12 +08:00
parent 66e336c2fa
commit 0ddb3a0720

View File

@ -79,6 +79,6 @@ async function parseAllEvents() {
await initEventSvrs() await initEventSvrs()
setInterval(function () { setInterval(function () {
parseAllEvents() parseAllEvents()
}, 20000) }, 6000)
parseAllEvents() parseAllEvents()
})() })()