You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: