-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Download speed limit on chunks #179
Comments
Hello, I’ll work on fixing this behavior in the next version of the Downloader. Your feedback is greatly appreciated, and it helps improve the project for everyone. If you have any additional suggestions or encounter further issues, feel free to share them. Thanks again for your contribution! Best regards, |
Hello |
Hi @adel-bakhshi |
Hello,
First of all, thank you very much for creating this package and making it available to others for free.
Thank you so much to you and everyone involved in the development of Downloader ❤️.
The issue I'm facing is that when I enable
ParallelDownload
for the chunks to download simultaneously, it seems like the download speed gets divided among the chunks so that all of them have roughly the same speed.In such a situation, if the file is divided into 8 parts and 7 parts have been fully downloaded, the eighth part downloads at one-eighth of the main speed (or, if there's a speed limit, at one-eighth of the limit).
I'm not sure if I'm mistaken or if the settings I've configured are causing the problem, but this is what I've observed. Could you please guide me on how to solve this issue?
The text was updated successfully, but these errors were encountered: