diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2019-03-26 11:56:04 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-26 11:56:04 +0000 |
commit | 65814887c9cf43ed9314a39576299dd6319fb53e (patch) | |
tree | 192c196bbf07d7e98a106b4a32cce51e568303cb /tests/utilities_tests.py | |
parent | 15e4dbd5aa696f0ef529732ca36b93c9da7f75df (diff) | |
download | sos-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/utilities_tests.py')
0 files changed, 0 insertions, 0 deletions