-
Notifications
You must be signed in to change notification settings - Fork 297
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: concurrent multiple pieces back source #1426
Conversation
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
…ple-pieces-back-source
Codecov Report
@@ Coverage Diff @@
## main #1426 +/- ##
==========================================
+ Coverage 44.28% 44.71% +0.42%
==========================================
Files 113 113
Lines 10198 10373 +175
==========================================
+ Hits 4516 4638 +122
- Misses 5230 5269 +39
- Partials 452 466 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat: concurrent multiple pieces back source * chore: update http source client Signed-off-by: Jim Ma <[email protected]>
Signed-off-by: Jim Ma [email protected]
Description
In some network environments, one tcp connection is limited to very low transfer speed like 2M/s.
Concurrent downloading is very useful for this scenario.
This PR make concurrent multiple pieces download configurable and disabled by default.
We need update documents after merged this PR.
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist