aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_exe.py
diff options
context:
space:
mode:
authorBryan Quigley <bryan.quigley@canonical.com>2019-03-26 11:56:04 +0000
committerBryn M. Reeves <bmr@redhat.com>2019-03-26 11:56:04 +0000
commit65814887c9cf43ed9314a39576299dd6319fb53e (patch)
tree192c196bbf07d7e98a106b4a32cce51e568303cb /tests/test_exe.py
parent15e4dbd5aa696f0ef529732ca36b93c9da7f75df (diff)
downloadsos-65814887c9cf43ed9314a39576299dd6319fb53e.tar.gz
[sosreport] do not pass chunksize to ThreadPoolExecutor.map()
3.4 python also appears to be broken by an unnecessary use of the chunksize argument when threading plugins landed. According to the docs it defaults to 1, and has no effect for the ThreadPoolExecutor class: "For very long iterables, using a large value for chunksize can significantly improve performance compared to the default size of 1. With ThreadPoolExecutor, chunksize has no effect." Related: #1603 Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'tests/test_exe.py')
0 files changed, 0 insertions, 0 deletions