修改块同步频率
This commit is contained in:
parent
66e336c2fa
commit
0ddb3a0720
@ -79,6 +79,6 @@ async function parseAllEvents() {
|
|||||||
await initEventSvrs()
|
await initEventSvrs()
|
||||||
setInterval(function () {
|
setInterval(function () {
|
||||||
parseAllEvents()
|
parseAllEvents()
|
||||||
}, 20000)
|
}, 6000)
|
||||||
parseAllEvents()
|
parseAllEvents()
|
||||||
})()
|
})()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user