mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 15:20:21 -07:00
Tweak the poll time to 0.005 to improve perf with large playbooks
This commit is contained in:
parent
b9e743b478
commit
1f18f5c92d
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue