pallets / flask

The Python micro framework for building web applications.
https://flask.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
68.18k stars 16.24k forks source link

add config and docs for limits #5626

Closed davidism closed 3 weeks ago

davidism commented 3 weeks ago

Add setter to each property to set per-request limit. If that is set, use it regardless of app context. Otherwise, use the Werkzeug default out of app context, or Flask config in app context.

fixes #5625