potiuk commented on code in PR #29766:
URL: https://github.com/apache/airflow/pull/29766#discussion_r1118044148
##########
airflow/www/extensions/init_appbuilder.py:
##########
@@ -172,10 +180,13 @@ def init_app(self, app, session):
app.config.setdefault("APP_ICON", "")
app.config.setdefault("LANGUAGES", {"en": {"flag": "gb", "name":
"English"}})
app.config.setdefault("ADDON_MANAGERS", [])
+ app.config.setdefault("RATELIMIT_ENABLED", True)
Review Comment:
Not sure why this one is here, but it is one of the things the AppBuilder in
FAB has comparing to us cc: @bolkedebruin - maybe you know how
RATELIMIT_ENABLED relates to AUTH_RATE_LIMITED?
--
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]