From c266f14edb8ab1fd38a8e23fe10e314b40a15b2b Mon Sep 17 00:00:00 2001 From: Yuzu Date: Wed, 20 Sep 2023 13:43:49 +0700 Subject: [PATCH] Increased delay --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index edea690..6e9dd47 100644 --- a/src/index.ts +++ b/src/index.ts @@ -69,7 +69,7 @@ async function main() { latestReturnData[key] = value; } } - }, 100); + }, 500); const server = Bun.serve({ port: 3000,