plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

Add a parameter to specify the maximum request body size for waitress #155

Closed mpeeters closed 3 years ago

mpeeters commented 4 years ago

The default maximum request body size in waitress is 1073741824, this should be an option in buildout in case of this limit is too high or low.

related to : https://community.plone.org/t/increase-max-file-upload-for-wgsi-during-buildout/11913