joy-framework / joy

A full stack web framework written in janet
https://joy.swlkr.com
MIT License
537 stars 30 forks source link

Can't configure body size limit #101

Closed eko234 closed 1 year ago

eko234 commented 1 year ago

Hi, I'm using Joy for a super simple microservice but I need to send big json bodies, and I'm getting 413 errors all along, is there a way to configure the body size limit?

eko234 commented 1 year ago

nvm, just find out joy uses halo2, just need to set it as the last parameter in the function server