legacysurvey / imagine

The code that runs http://legacysurvey.org/viewer -- map-like viewer for astronomical images, especially the Dark Energy Camera Legacy Survey
BSD 3-Clause "New" or "Revised" License
27 stars 11 forks source link

Limit the size of external uploads #42

Closed ziyaointl closed 5 years ago

ziyaointl commented 5 years ago

As of now external uploads can get arbitrarily large depending on bandwidth within a timeout. Would be nice to instantiate a hard limit on the backend to prevent us from running out of disk space.

P.S. to @dstndstn , if you are busy with dr8 stuff, I'm happy to look into solutions and put together a pull request.

dstndstn commented 5 years ago

There should be a Django file uploads setting for this.