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

Improve the multipart upload algorithm #744

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

Jack-Edwards
Copy link
Member

@Jack-Edwards Jack-Edwards commented Dec 31, 2024

Calculate the optimum number of blocks per request based on how long it took the last request to complete. Instead of increasing the number of block per request at an incremental rate until the configured maximum is reached.

Increase the maximum number of parallel requests from 1 to 2, which results in much faster uploads for faster connections.

@Jack-Edwards Jack-Edwards force-pushed the feature/improve-multi-part-algorithm branch 2 times, most recently from 82f502b to b24198e Compare December 31, 2024 17:57
@Jack-Edwards Jack-Edwards force-pushed the feature/improve-multi-part-algorithm branch from b24198e to e28207f Compare December 31, 2024 18:01
@Jack-Edwards Jack-Edwards merged commit 51f18e7 into stable Dec 31, 2024
7 checks passed
@Jack-Edwards Jack-Edwards deleted the feature/improve-multi-part-algorithm branch December 31, 2024 21:53
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.

1 participant