Ignore the extra second when we are done.

This commit is contained in:
Sacha Ligthert 2025-01-27 20:17:09 +01:00
parent 8d2cca657b
commit 7084a62962

View File

@ -178,8 +178,9 @@ func (solver *Solver) tracker() {
rateStart = solver.counter.Load()
// Sleep for a second
time.Sleep(1 * time.Second)
if solver.iter != solver.counter.Load() {
time.Sleep(1 * time.Second)
}
} // End for-loop
}