update
This commit is contained in:
@@ -45,7 +45,7 @@ export class BobcatManager {
|
||||
await plugins.smartdelay.delayFor(10000);
|
||||
for (const bobcat of this.bobcats) {
|
||||
console.log(`now running maintenance on ${bobcat.latestMinerDetails.animal} at ${bobcat.networkAddress}`);
|
||||
await bobcat.runMaintenance();
|
||||
await plugins.smartpromise.timeoutAndContinue(bobcat.runMaintenance());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user