diff --git a/src/scriptions.ts b/src/scriptions.ts index 5a7daf7..42953d9 100644 --- a/src/scriptions.ts +++ b/src/scriptions.ts @@ -79,6 +79,6 @@ async function parseAllEvents() { await initEventSvrs() setInterval(function () { parseAllEvents() - }, 20000) + }, 6000) parseAllEvents() })()