LionWeb-io / lionweb-repository

Reference implementation of LionWeb repository
Apache License 2.0
2 stars 1 forks source link

Accept larger bodies #23

Closed ftomassetti closed 8 months ago

ftomassetti commented 8 months ago

This should fix #22 . It increases the default limit for the size of the body of incoming requests. It also make it possible to change the limit through an environment variable. That variable and the other existing environment variables are then documented in a new file called configuration.md.

I would still need to verify that compression works. I think this server would automatically handle compressed bodies of incoming requests, but I am running into issues on the client side. However that is an orthogonal matter to ensuring that larger bodies are accepted.

ftomassetti commented 8 months ago

Thank you @joswarmer ! I am not sure what is the policy for merging (if I should click the button myself or if you as the maintainer should do it). I will just go ahead and press it, but if in the future you prefer me not to do that, please let me know