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()
|
||||
|
||||
// Sleep for a second
|
||||
time.Sleep(1 * time.Second)
|
||||
|
||||
if solver.iter != solver.counter.Load() {
|
||||
time.Sleep(1 * time.Second)
|
||||
}
|
||||
} // End for-loop
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user