#Does Railway have a max upload size limit?

9 messages · Page 1 of 1 (latest)

tepid swan
#

I am trying to upload a 256 MB payload to my Go server deployed on Railway using Gin and I am receiving an EOF error. However when I try to upload a 52 MB payload it works just fine. Is there a limit for Railway and can I increase it? I have the Pro plan.

obsidian troutBOT
#

Project ID: N/A

tepid swan
#

My guess is that there's a 100 MB limit somewhere but I have no idea in the stack where that might be set. Not sure if it's a Railway thing or a server thing?

spring merlin
#

no size limit, but there is a 5 minute time limit, you would need to do chunked uploads

tepid swan
#

Oh shit maybe 5 minutes

#

That is imposed by Railway?

spring merlin
#

yes

tepid swan
spring merlin
#

given the EOF error, super likely