Story #4039
As a plugin writer, I can specify max_concurrent_downloader and max_content_unit via DeclarativeVersion
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Problem¶
If you want to use customized values of max_concurrent_downloader and max_concurrent_unit you have to subclass DeclarativeVersion or use a custom pipeline.
Solution¶
make max_concurrent_downloader and max_concurrent_unit available via DeclarativeVersion so that plugin writer's can pass in the desired values.
Related issues
History
#1
Updated by bmbouter over 2 years ago
- Related to Story #4040: As a user, I can specify the connection_limit on any Remote added
#2
Updated by bmbouter over 2 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actually with a revised design of #4040, this would automatically be done for plugin writers when using the Remote.get_downloader() method so this doesn't need to be done at all. We don't pass any other session-level configuration options to DeclarativeVersion so not implementing this is also consistent.
#3
Updated by daviddavis over 1 year ago
- Sprint/Milestone set to 3.0.0
#4
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
Please register to edit this issue