mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Cleaning up bugs related to perf improvement changes
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user