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

Upper limit on parallel uploads #282

Closed subdavis closed 3 years ago

subdavis commented 3 years ago

Caused by #231, now too many files cause the browser to freeze.

zachmullen commented 3 years ago

Good to know. Longer term plan was to use some fixed-sized pool of parallel uploads, so I guess we can go ahead and implement that.