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

add --max-parallel-downloads flag that limits the number of downloads fixes #137, use async for all file ops, cache fetch_file_list, cache commit hash, quickly check file sizes on disk before making requests #138

Merged
merged 2 commits into from
Aug 10, 2024

Conversation

AlexCheema
Copy link
Contributor

fixes #137
Uses asyncio.semaphore to limit the number of downloads going on at once

… quickly check file sizes on disk before making requests
@AlexCheema AlexCheema changed the title add --max-parallel-downloads flag that limits the number of downloads fixes #137 add --max-parallel-downloads flag that limits the number of downloads fixes #137, use async for all file ops, cache fetch_file_list, cache commit hash, quickly check file sizes on disk before making requests Aug 10, 2024
@AlexCheema AlexCheema merged commit 781a71c into main Aug 10, 2024
4 checks passed
dan-online pushed a commit to bytebolt-media/exo that referenced this pull request Aug 28, 2024
add --max-parallel-downloads flag that limits the number of downloads fixes exo-explore#137, use async for all file ops, cache fetch_file_list, cache commit hash, quickly check file sizes on disk before making requests
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.

Enhancement: Allow to download shards in series within 1 device
1 participant