-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Could anyone please clarify what the max-concurrent-downloads
options actually does? Let's say I have 10x100mb files I want to download. I have set that split=5
, min-split-size=20M
and max-concurrent-downloads=5
.
Each downloaded file should then be split into 5x20MB chunks.
Will the max-concurrent-downloads
option make it download 5 chunks in parallel or 5 files in parallel? If it downloads 5 files at a time, how many chunks are downloaded in parallel?
Thank you.
bddppq, laggardkernel and Meraki23