aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/sosreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py
index 9bd899dc..c13142c7 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -973,7 +973,7 @@ class SoSReport(object):
self.plugpool = ThreadPoolExecutor(self.opts.threads)
# Pass the plugpool its own private copy of self.pluglist
results = self.plugpool.map(self._collect_plugin,
- list(self.pluglist), chunksize=1)
+ list(self.pluglist))
self.plugpool.shutdown(wait=True)
for res in results:
if not res: