Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The following configuration values are used internally by Flask:
set to ``None``, no limit is enforced at the Flask application level.

Each request defaults to this config. It can be set on a specific
:attr:`.Request.max_form_memory_parts` to apply the limit to that specific
:attr:`.Request.max_form_memory_size` to apply the limit to that specific
view. This should be set appropriately based on an application's or view's
specific needs.

Expand Down