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
Currently, there is no way by default to see how far your download has gone, this makes it difficult to know when a download is about to complete. I think that adding a Progress bar would be a good idea, alongside a download time calculation.
In addition, this will make it easier to determine if a download has stalled.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I'll have evaluate the technical overhead for the logging when I next progress on this project.
I get the impression that it might be complex to implement in the context of this client where a lot of log events may happen asynchronously when you are processing several files at once, but I'll ponder on what can be done. Alternatively, maybe just optionally logging milestones in the download could achieve a similar desired effect or I could postpone it to when there is a dashboard.
Currently, there is no way by default to see how far your download has gone, this makes it difficult to know when a download is about to complete. I think that adding a Progress bar would be a good idea, alongside a download time calculation.
In addition, this will make it easier to determine if a download has stalled.
The text was updated successfully, but these errors were encountered: