3
0
Fork 0
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:
Ibotmealot 2022-04-15 02:07:06 -04:00 committed by GitHub
commit e5ea860345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1662 additions and 4113 deletions

View file

@ -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);