From 7f4195eb02debeb42eff400203b44223ea0952b8 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Tue, 5 Oct 2021 22:52:10 +0300 Subject: [PATCH] debug++++ --- backend/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {