girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

How are sizes of folders computed? #221

Closed mgrauer closed 4 years ago

mgrauer commented 4 years ago

xref https://github.com/dandi/dandiarchive/issues/38

Why are sizes shown in some folders but not others? How does the size aggregation work? Is this a GWC issue or a Girder issue?

subdavis commented 4 years ago

Folder size is the sum of sizes of direct item and file children. It is not recursive.