ephraimbuddy commented on code in PR #45749:
URL: https://github.com/apache/airflow/pull/45749#discussion_r1934057744
##########
airflow/config_templates/config.yml:
##########
@@ -2052,6 +2052,22 @@ webserver:
type: boolean
example: ~
default: "False"
+ max_form_memory_size:
+ description: |
+ The maximum size in bytes any non-file form field may be in a
multipart/form-data body.
+ If this limit is exceeded, a 413 RequestEntityTooLarge error is raised
by webserver.
+ version_added: 2.10.5
Review Comment:
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]