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 initial value to start method #46

Open
SteveAyre opened this issue Dec 2, 2015 · 1 comment
Open

Add initial value to start method #46

SteveAyre opened this issue Dec 2, 2015 · 1 comment

Comments

@SteveAyre
Copy link

When start is called it updates the value to zero. The calculations for ETA, speed etc then assume that the progress started from zero. If the bar starts when some progress has been made this can lead to some odd statistics, such as 200T/s transfer rates.

This could be avoided with an optional initial value to the start method, and then use that offset when calculating the rate of change.

@Wistral
Copy link

Wistral commented Sep 18, 2019

That was what I exactly want to solve...
eg. File downloading interrupted and continue to download.

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

No branches or pull requests

2 participants