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

changes to increase download capacity #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rajku-dev
Copy link

fixes #18
Key Changes:
Concurrency Argument: I added --concurrency in the argument parser, which allows you to control the number of concurrent downloads (default is 3).
Increased Semaphore Limit: The semaphore limit is now controlled by args.concurrency, which defaults to 3 but can be changed via the command line.
Progress Reporting: Ensured the progress reporting and retry mechanisms work seamlessly even with the concurrency increase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve concurrent downloading capacity of script.
1 participant