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

show calculated size incrementally in the info pane #3213

Closed
cyberduck opened this issue May 24, 2009 · 1 comment
Closed

show calculated size incrementally in the info pane #3213

cyberduck opened this issue May 24, 2009 · 1 comment
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

17c06b5 created the issue

When the user selects "Info" on a directory, the info pane allows to compute the "contained" size by recursively stat-ing the size of all contained files.
On directories with lots of files this can take a really long time. It would be extremely helpful to show the computed size incrementally instead of waiting until the final number is computed. This gives a quick "lower bound", that is useful in many occasions.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 1540f0c.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants