Actions
Feature #32246
closedSupport global download_concurrency setting and default to 5
Description
Today we have a download concurrency option on a per repo basis, defaulting to pulp's default of 10. With ~6 workers this causes server disconnects. We need to a) make this easier for the user to change, b) lower the default (probably to 5).
I propose that we:
1) add a new content 'Setting' for default_download_concurrency, which defaults to 5
2) keep the per-repo setting, and if it is set use that, if its zero or not set, use the Setting
We can rely on the remote updating as part of https://github.com/Katello/katello/pull/9255 to update the remote on next sync, no need to do that as part of setting update
Actions