mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove unnecessary sleep from result process
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user