Actions
Bug #9569
closed[Workbench] qr1hi fails to fully load 173k file collection or is taking too long
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
For example, https://workbench.qr1hi.arvadosapi.com/collections/qr1hi-4zz18-vh9liekiesz6lpz
The icons don't load up properly and all files don't show up afaict.
Updated by Brett Smith over 9 years ago
The fact that not all the files appear is currently intended behavior. Otherwise, the current Workbench code can take so long to generate the files tree, most browsers would give up on it. Probably our next step is to push more of this rendering into the client. Maybe we could simply send the manifest to the browser, and let client-side JavaScript build and render the file tree as it parses the manifest?
If we won't do that, we should at least warn users when the file listing is incomplete.
Actions