-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Hangs while listing a large directory #14023
Comments
I cannot reproduce with a bucket of |
Thank you for your response. (1) A directory with 10,000+ text files
(2) A directory with 10,000 folders (each folder contains one text file)
Cyberduck 8.5.6 |
Diff from 8.4.4 to 8.4.5 is #13774, which updated the tree view you are seeing from an ancient to a newer, still ancient, version. Checking what we can do to mitigate this. |
Can't reproduce it directly … it takes a while, until all 10000 items are displayed, taking a bit of a CPU load there, eventually gets displayed. Until all 10000 items are shown, Cyberduck is unresponsive. |
So, Cyberduck retrieves the items in sub-second speed, then forwards these to the ObjectListView which takes forever to rebuild the entire tree - synchronously. May need to check source of OLV 2.5 and 2.9 what changed here.
|
There's something interesting. |
Options here: |
Will be part of #13036. |
Hi, what about dir listing with more than one million objects? |
Cyberduck hangs while listing a large directory (with 30,000+ files) on Google Cloud Storage.
I noticed that the file listing limit prompt had been disabled, so I tried re-enabling it. Now the dialog box is displayed,
but when I answer to it, the application hangs. It doesn't matter whether I choose CONTINUE or CANCEL.
Version 8.4.5 - 8.5.3 (Version8.4.4 works fine)
Windows 10
The text was updated successfully, but these errors were encountered: