tpill90 / battlenet-lancache-prefill

CLI tool to automatically prefill a Lancache with Battle.Net games
https://tpill90.github.io/battlenet-lancache-prefill/
MIT License
72 stars 10 forks source link

Parallel request for downloading #21

Closed tpill90 closed 2 years ago

tpill90 commented 2 years ago

When it's using with lancache project some CDN make drop down speed such as blizzard or origin. If's stream is doubles speed up significally, so need some option like a:

--parallel-download 1-4 (1 by default)

to resolve issue with slow speed of this CDN's.

tpill90 commented 2 years ago

Originally requested by @Greenchigo

tpill90 commented 2 years ago

Merged in pull request https://github.com/tpill90/Battlenet-lancache-prefill/pull/26. Will close issue once changes have been deployed