3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 09:35:02 +00:00

debug++++

This commit is contained in:
Dragory 2021-10-05 22:52:10 +03:00
parent 7b3794bd7a
commit 352816fbb7

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