eladkal commented on code in PR #36401:
URL: https://github.com/apache/airflow/pull/36401#discussion_r1438589629


##########
airflow/config_templates/config.yml:
##########
@@ -1855,6 +1855,13 @@ webserver:
       type: boolean
       example: "False"
       default: "False"
+    allowed_payload_size:
+      description: |
+        The maximum size of the request payload (in MB) that can be sent.
+      version_added: 2.9.0

Review Comment:
   ```suggestion
         version_added: 2.8.1
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to