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
Will need a larger and smaller image for e2e tests, one above the limit and one below (or we could potentially use faker/mock the data some other way?)
The text was updated successfully, but these errors were encountered:
Images should have a maximum upload size to avoid misuse, should be configurable like it is for attachments.
max_size
used in the underlyingSpooledTemporaryFile
used via theUploadFile
object if possible (see https://stackoverflow.com/questions/73442335/how-to-upload-a-large-file-%E2%89%A53gb-to-fastapi-backend) as depending on Generate and store image thumbnails #30 we may need the image to be fully in memory anyway and this should make the upload fasterThe text was updated successfully, but these errors were encountered: