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

Fix download progress bar doesn't always reach 100% when rate_limit is set #2056

Merged
merged 16 commits into from
Jul 28, 2022

Conversation

abraunegg
Copy link
Owner

  • Add debugging for Manjaro curl HTTP/2 issue

* Add debugging for Manjaro curl HTTP/2 issue
* Update PR
* Update PR
* Update PR
* Update PR
* Update PR
* Update PR
* Update PR
* Update PR
@abraunegg abraunegg changed the title Add debugging for Manjaro curl HTTP/2 issue Fix download progress bar doesn't always reach 100% when rate_limit is set Jul 26, 2022
@abraunegg
Copy link
Owner Author

abraunegg commented Jul 26, 2022

Some testing.

Current Master + rate_limit = "524288"

Downloading file random_large_data/50mb.file ... 
Downloading  80% |oooooooooooooooooooooooooooooooo        |   ETA   00:00:24                                                                                                                      
done.
Downloading file random_large_data/100mb.file ... 
Downloading 100% |oooooooooooooooooooooooooooooooooooooooo| DONE IN 00:03:18                                                                                                                      
done.
Downloading file random_large_data/200mb.file ... 
Downloading 100% |oooooooooooooooooooooooooooooooooooooooo| DONE IN 00:06:40                                                                                                                      
done.

PR + rate_limit = "524288"

Skipping item - excluded by skip_dir config: /random_files
Downloading file random_large_data/50mb.file ... 
Downloading 100% |oooooooooooooooooooooooooooooooooooooooo| DONE IN 00:01:39                                                                                                                      
done.
Downloading file random_large_data/100mb.file ... 
Downloading 100% |oooooooooooooooooooooooooooooooooooooooo| DONE IN 00:03:17                                                                                                                      
done.
Downloading file random_large_data/200mb.file ... 
Downloading 100% |oooooooooooooooooooooooooooooooooooooooo| DONE IN 00:06:30                                                                                                                      
done.
Processing 203 OneDrive items to ensure consistent local state
Skipping item - excluded by skip_dir config: /random_files

* make sure that 'dataPerSegment' is a whole number to avoid dealing with any factional numbers
* Update PR
* Only calculate dataPerSegment if we need to
@abraunegg abraunegg added this to the v2.4.21 milestone Jul 28, 2022
@abraunegg abraunegg merged commit b2991fd into master Jul 28, 2022
@abraunegg abraunegg deleted the investigate-manjaro-curl-issue branch July 28, 2022 21:07
@abraunegg
Copy link
Owner Author

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Repository owner locked and limited conversation to collaborators Aug 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Download progress bar doesn't always reach 100% when rate_limit is set
1 participant