How large are the gifs you're posting? So far, my test uploads have been successful and I'm not able to get it to fail...
Fedia Discussions
@jerry@fedia.io They range from 2.7 to 9.1 MB, though looking at the ones that did post successfully, they seem to be less than 5 MB. I think I ran into a size limit.
That gives me something to go on. Thank you.
As a note, TheVillageGuy was also looking into this in the past https://github.com/MbinOrg/mbin/pull/95#issuecomment-1774097530
As the diff mentions the default max size is 6MB and 5s upload timeout. While php.ini
declares 10MB defaults. It's a bit weird they don't match, but there's probably followup on 1. allowing instance owners to configure the size of images they are ok with hosting 2. maybe more research into what other platforms allow, there's a lot of discussion about thumbnails and the sort since remote instances cache things themselves, and broken thumbnails make things look like they aren't working across the fediverse
thanks - I wasn't aware of the issue. I will try to figure out why.