Actions
Story #4039
closedAs 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
Updated by bmbouter about 6 years ago
- Related to Story #4040: As a user, I can specify the connection_limit on any Remote added
Updated by bmbouter about 6 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.
Actions