leeroybrun / node-mt-files-downloader

Simple module letting you download a file from the web, compute stats, retry in case of error, etc
MIT License
84 stars 44 forks source link

Is there a way to define a max number of concurrent downloads? #12

Open PierBover opened 8 years ago

PierBover commented 8 years ago

Say I want to download 100 files.

Do I start the 100 downloads and everything else is automatically managed?

leeroybrun commented 8 years ago

As of now, it will start all the downloads. There is no way to define a max number of concurrent downloads.

But I need to refactor this module, so I will maybe add this functionality at the same time.

Thanks for the suggestion!

acl0056 commented 8 years ago

That's a great feature request. +1!

camb416 commented 6 years ago

this would help me out too! +1