From 5ab8115b34c5f8b658301ee3bd7ec13a1df10a8c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 27 Feb 2022 23:23:51 +0100 Subject: [PATCH] fix(core): update --- ts/bobcat.classes.bobcat.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/bobcat.classes.bobcat.ts b/ts/bobcat.classes.bobcat.ts index b08ed17..1cbd6ac 100644 --- a/ts/bobcat.classes.bobcat.ts +++ b/ts/bobcat.classes.bobcat.ts @@ -68,6 +68,7 @@ export class Bobcat { await plugins.smartpromise.timeoutAndContinue(this.checkMinerStatus()); await plugins.smartdelay.delayFor(10000); await plugins.smartpromise.timeoutAndContinue(this.gatherMinerDetails()); + await plugins.smartdelay.delayFor(10000); if (this.latestStatus.status === 'Synced' && parseInt(this.latestStatus.gap) > -100 && parseInt(this.latestStatus.gap) < 50) { console.log(`Miner ${this.latestMinerDetails.animal} at ${this.networkAddress} is Synced. ok!`) return;