Ignore the extra second when we are done.
This commit is contained in:
parent
8d2cca657b
commit
7084a62962
@ -178,8 +178,9 @@ func (solver *Solver) tracker() {
|
|||||||
rateStart = solver.counter.Load()
|
rateStart = solver.counter.Load()
|
||||||
|
|
||||||
// Sleep for a second
|
// Sleep for a second
|
||||||
|
if solver.iter != solver.counter.Load() {
|
||||||
time.Sleep(1 * time.Second)
|
time.Sleep(1 * time.Second)
|
||||||
|
}
|
||||||
} // End for-loop
|
} // End for-loop
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user