openfaas / templates

OpenFaaS Classic templates
https://www.openfaas.com
MIT License
276 stars 228 forks source link

Add configurable raw limit #247

Closed alexellis closed 3 years ago

alexellis commented 3 years ago

Signed-off-by: Alex Ellis (OpenFaaS Ltd) alexellis2@gmail.com

Description

Add configurable raw limit

Motivation and Context

This change means users can send a raw body of over 100KB, previously the body-parser middleware was restricting this size.

Which issue(s) this PR fixes

Fixes: #245 Closes: #246

How Has This Been Tested?

Tested by the user in #245 and by another user on Slack who also asked for this today.

Types of changes

Impact to existing users

Checklist:

A change will be required in the openfaas/docs repo.