3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

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) => { (time, stack) => {
console.error(`Blocked for ${time}ms, operation started here:`, stack); console.error(`Blocked for ${time}ms, operation started here:`, stack);
}, },
{ threshold: 250 }, { threshold: 1000 },
); );
bot.on("loadingFinished", async () => { bot.on("loadingFinished", async () => {