mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Cleaning up bugs related to perf improvement changes
This commit is contained in:
parent
f10022dbd2
commit
1027abd596
2 changed files with 2 additions and 5 deletions
|
@ -96,7 +96,7 @@ class TaskQueueManager:
|
|||
self._workers = []
|
||||
|
||||
def _initialize_workers(self, num):
|
||||
for i in xrange(num_workers):
|
||||
for i in xrange(num):
|
||||
main_q = multiprocessing.Queue()
|
||||
rslt_q = multiprocessing.Queue()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue