debug++++

This commit is contained in:
Dragory 2021-10-05 22:52:10 +03:00
parent 215f560836
commit 7f4195eb02
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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 () => {