We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba09b6 commit c5f3a22Copy full SHA for c5f3a22
1 file changed
MiningService/MiningService/Utilities/Utilities.cs
@@ -296,7 +296,7 @@ public static bool LaunchMiners(List<MinerList> minerList)
296
{
297
miner.launchAttempts = 0;
298
}
299
- else if (miner.launchAttempts > 4 && !miner.minerDisabled)
+ else if (miner.launchAttempts == 4 && !miner.minerDisabled)
300
301
Log("Miner " + miner.executable + " has failed to launch 5 times, and is now disabled.");
302
miner.minerDisabled = true;
0 commit comments