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

feat(client): download file concurrently #735

Merged
merged 1 commit into from Sep 18, 2023

Conversation

RolandSherwin
Copy link
Member

@RolandSherwin RolandSherwin commented Sep 18, 2023

Description

Summary generated by Reviewpad on 18 Sep 23 06:31 UTC

This pull request adds a new feature to the client, allowing files to be downloaded concurrently. The patch modifies the file_apis.rs file by adding new code to handle concurrent file downloads using async futures. It also includes changes to track the progress of the downloads and handle any missing chunks. Overall, this patch improves the efficiency and performance of file downloading in the client.

@reviewpad reviewpad bot requested a review from maqi September 18, 2023 06:31
@reviewpad reviewpad bot added Small Pull request is small waiting-for-review labels Sep 18, 2023
@joshuef joshuef added this pull request to the merge queue Sep 18, 2023
Merged via the queue into maidsafe:main with commit 19559a4 Sep 18, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Small Pull request is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants