Remove unnecessary sleep from result process
This commit is contained in:
parent
634e10e5b8
commit
2b25b7974c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class ResultProcess(multiprocessing.Process):
|
|||
debug("got a result from worker %d: %s" % (self._cur_worker, result))
|
||||
break
|
||||
except queue.Empty:
|
||||
time.sleep(0.01)
|
||||
pass
|
||||
|
||||
if self._cur_worker == starting_point:
|
||||
break
|
||||
|
|
Loading…
Reference in a new issue