cuducos / chunk

🧱 Chunk is a download manager for slow and unstable servers
MIT License
56 stars 3 forks source link

Parallel downloads #27

Closed danielfireman closed 1 year ago

danielfireman commented 1 year ago

Implements the functionality of downloading chunks in parallel. It limits the number of concurrent connections (active downloads) per server through the HTTP transport.

danielfireman commented 1 year ago

@cuducos, could you please take another look?

danielfireman commented 1 year ago

Thanks for the review! Merging as soon as the CI is green.