mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Fixing up performance
This commit is contained in:
parent
c64ac90560
commit
63c47fb271
10 changed files with 62 additions and 26 deletions
|
@ -96,7 +96,7 @@ class TaskQueueManager:
|
|||
self._workers = []
|
||||
|
||||
def _initialize_workers(self, num):
|
||||
for i in range(num):
|
||||
for i in xrange(num_workers):
|
||||
main_q = multiprocessing.Queue()
|
||||
rslt_q = multiprocessing.Queue()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue