Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split downloads into chunks #284

Open
theRookieCoder opened this issue Mar 15, 2023 · 0 comments
Open

Split downloads into chunks #284

theRookieCoder opened this issue Mar 15, 2023 · 0 comments
Labels
enhancement Improvements to the project

Comments

@theRookieCoder
Copy link
Collaborator

theRookieCoder commented Mar 15, 2023

The problem

Downloads are very fast when multiple mods are being downloaded in parallel. However, the download speed slows down significantly when there are a few remaining mods.

My solutions

Use the HTTP range feature to split downloads into chunks (e.g. 1mb each, configurable) so that the internet connection is maxed out and downloads are as fast as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to the project
Development

No branches or pull requests

1 participant