debug++++
This commit is contained in:
parent
215f560836
commit
7f4195eb02
1 changed files with 1 additions and 1 deletions
|
@ -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 () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue