Tweak the poll time to 0.005 to improve perf with large playbooks

This commit is contained in:
James Cammarata 2016-06-06 11:24:32 -05:00
parent b9e743b478
commit 1f18f5c92d
2 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ class ResultProcess(multiprocessing.Process):
try:
result = self._read_worker_result()
if result is None:
time.sleep(0.01)
time.sleep(0.005)
continue
# send callbacks for 'non final' results