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)
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: