Actions
Feature #3128
closedarv-put/arv-get should show continuous upload/download progress (not just updated at every block), upload/download rate, estimated time to completion
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Updated by Tom Morris over 9 years ago
Continuous obviously isn't possible. What update rate are you looking for here? What's the current update rate (in updates/sec)?
Updated by Peter Amstutz over 9 years ago
The current rate is "every block" which means the user is updated anywhere from every few seconds to every few minutes depending on how fast the upload is. This especially doesn't give good feedback when the upload is slow. It would be much better user experience if we can provide a progress update every few seconds. As noted, transfer rate and estimated time remaining would also be welcome feedback.
Unfortunatly, this is not trivial to add, because the Python Keep API doesn't expose a way to get transfer progress at a granularity smaller than whole blocks.
Actions