mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 13:07:20 +00:00
Merge branch 'ZeppelinBot:master' into master
This commit is contained in:
commit
e5ea860345
4 changed files with 1662 additions and 4113 deletions
|
@ -390,8 +390,10 @@ connect().then(async () => {
|
|||
}, 100);
|
||||
setInterval(() => {
|
||||
// FIXME: Debug
|
||||
// tslint:disable-next-line:no-console
|
||||
console.log("Lowest global remaining in the past 15 seconds:", lowestGlobalRemaining);
|
||||
if (lowestGlobalRemaining < 30) {
|
||||
// tslint:disable-next-line:no-console
|
||||
console.log("[DEBUG] Lowest global remaining in the past 15 seconds:", lowestGlobalRemaining);
|
||||
}
|
||||
lowestGlobalRemaining = Infinity;
|
||||
}, 15000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue