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
Before showing anything to the user, the page loads the whole folder structure recursively (it doesn't unfold it automatically, but it does load it)
Which, in our case (large sub-directory structure with many files, AND network-mounted ) leads to:
the whole Galaxy instance being unresponsive for a few minutes, for all users
eventually aborting because we reach "MAX_WALK_DIRS" (10K by default)
It no longer freezes the whole instance, nor the current window, and you can easily exit the screen
It also feels a lot more modern
Big improvement, thank you Alireza!
I would say a potential improvement would be to load the contents of a folder only as it's opened, like for the upload tool, to reduce the delay itself and not just reduce the impact of the delay on the application
Since in our case at least we have a lot of depth/files in our folders (+ potential impact from network delay, but the upload tool works basically instantly given the same config)
Description of the problem
(Tested on 23.2.2.dev0)
I'm referring to this interface:
Before showing anything to the user, the page loads the whole folder structure recursively (it doesn't unfold it automatically, but it does load it)
Which, in our case (large sub-directory structure with many files, AND network-mounted ) leads to:
Relevant issues
Workaround
As a workaround, I did 2 things:
Remaining problems after the workaround
Potential solutions
The text was updated successfully, but these errors were encountered: