diff --git a/backend/src/index.ts b/backend/src/index.ts index f0c5fa9f..363ba806 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -341,7 +341,7 @@ connect().then(async () => { (time, stack) => { console.error(`Blocked for ${time}ms, operation started here:`, stack); }, - { threshold: 250 }, + { threshold: 1000 }, ); bot.on("loadingFinished", async () => {