Max scene cover size?

What is the max file size for a scene image? I’m getting an error when trying to submit a draft, noting the file is too big. I looked at the studio-scraped image, and it’s 11MB. Do we need to downscale these?

2025-11-08 17:04:08Error submitStashBoxSceneDraft: input: submitStashBoxSceneDraft input: submitSceneDraft file too big

For some reason, this only applies if submitting via stash. What I do to get around this is create the draft submission with the default generated thumbnail and then upload the actual HD thumbnail directly on stashdb web ui. It works that way for me as there doesn’t seem to be a size restriction in the web ui

Looking at the stash-box source code, it looks like uploaded files have a hard-coded maximum size of 10MB.

I don’t know why submitting it via the web UI would work though.