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
We should limit the uploaded file size the release API.
This probably should be limited in both the release request creation (returning a 400 error) and also the upload api (returning 413 - possibly implemented in nginx?)
A sensible starting default might be 16mb, and then see if there are any complaints with that. We should look at existing released file size to check.
Care needs to be taken to communicate this change in output-checking process.
The text was updated successfully, but these errors were encountered:
We should limit the uploaded file size the release API.
This probably should be limited in both the release request creation (returning a 400 error) and also the upload api (returning 413 - possibly implemented in nginx?)
A sensible starting default might be 16mb, and then see if there are any complaints with that. We should look at existing released file size to check.
Care needs to be taken to communicate this change in output-checking process.
The text was updated successfully, but these errors were encountered: