ring

tianshu 2020-05-06T03:30:40.055900Z

I ran into entity is too large when receive a large file upload. Where can I modify the limit for file size?

seancorfield 2020-05-06T04:38:19.056800Z

@doglooksgood It will depend on which web server you are using. Some of them have JVM options you can set at start up, some have configuration files.

seancorfield 2020-05-06T04:38:45.057200Z

(and how big is the file you are uploading??)

tianshu 2020-05-06T06:32:42.058700Z

@seancorfield Okay, I'm using the old jetty adapter, I did not notice it could be a JVM option. Support uploading for about 10mb.

seancorfield 2020-05-06T06:38:16.059700Z

(that said, we upload 10MB files with the default Jetty settings with no problems -- using the latest Ring/Jetty versions)

tianshu 2020-05-06T06:43:42.059900Z

okay, thanks!