From 0ddb3a07206378475556189ff72980262ca35586 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9D=97=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E9=A2=91=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scriptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() })()