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

ETA estimation issue for small file uploads #2718

Closed
maeryo opened this issue Sep 17, 2023 · 5 comments
Closed

ETA estimation issue for small file uploads #2718

maeryo opened this issue Sep 17, 2023 · 5 comments
Labels

Comments

@maeryo
Copy link
Contributor

maeryo commented Sep 17, 2023

I recently implemented the upload speed display and ETA estimation included in the 2.25.0 release. #2677
This feature is quite useful when uploading large files.
However, when uploading many small files, the upload completes before the calculation can be made, making accurate estimation impossible.
I'm looking for good ideas to address this issue.

@leolee82
Copy link

This feature is to tell users the uploading is going on. I think you can ignore the estimation for small files which uploading time less than 5 sec.

@maeryo
Copy link
Contributor Author

maeryo commented Sep 19, 2023

@leolee82
When a directory, which holds an extremely large quantity of small files approximately 100kb each, exceeds 10GB in size, its upload progresses without any calculation ETA for the entire 10GB. From the user's viewpoint, both the upload speed and ETA appear solely as 0. This can understandably be seen as a bug by users. (And, of course, depending on how you look at it, it truly is a bug. Haha...)

@leolee82
Copy link

@leolee82 When a directory, which holds an extremely large quantity of small files approximately 100kb each, exceeds 10GB in size, its upload progresses without any calculation ETA for the entire 10GB. From the user's viewpoint, both the upload speed and ETA appear solely as 0. This can understandably be seen as a bug by users. (And, of course, depending on how you look at it, it truly is a bug. Haha...)

I think we can refer to baidu disk. Show a file status list in a separate window. and put an button show the count of remain files and total.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Oct 23, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants