Is your feature request related to a problem? Please describe.
There exist many different controls around content downloading that all accomplish very similar, but not exactly the same things.
MAX_CONCURRENT_CONTENT
download_concurrency (on Remote)
rate_limit (on Remote)
SYNC_MAX_IN_FLIGHT_ITEMS and SYNC_MAX_IN_FLIGHT_MB (recently added)
Batch size of the download stage
Having all of these knobs is confusing and makes the code much more complicated than it needs to be.
We should audit all the different ways in which these overlap and try to simplify if we can.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
derived from this conversation: #7649 (comment)
Is your feature request related to a problem? Please describe.
There exist many different controls around content downloading that all accomplish very similar, but not exactly the same things.
MAX_CONCURRENT_CONTENTdownload_concurrency(on Remote)rate_limit(on Remote)SYNC_MAX_IN_FLIGHT_ITEMSandSYNC_MAX_IN_FLIGHT_MB(recently added)Batch size of the download stage
Having all of these knobs is confusing and makes the code much more complicated than it needs to be.
We should audit all the different ways in which these overlap and try to simplify if we can.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
derived from this conversation: #7649 (comment)