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


##########
airflow/www/app.py:
##########
@@ -75,6 +75,9 @@ def create_app(config=None, testing=False):
 
     flask_app.config["PERMANENT_SESSION_LIFETIME"] = 
timedelta(minutes=settings.get_session_lifetime_config())
 
+    limit_in_mb = 1

Review Comment:
   @hussein-awala @dirrao 
   I made the value configurable by placing it in the webserver section of 
airflow.cfg.
   Please check it when you have time.



-- 
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