We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c40a commit d5c200cCopy full SHA for d5c200c
reana_server/config.py
@@ -116,6 +116,11 @@ def _(x):
116
APP_DEFAULT_SECURE_HEADERS["content_security_policy"] = {}
117
APP_HEALTH_BLUEPRINT_ENABLED = False
118
119
+# Rate limiting configuration
120
+# ===========================
121
+RATELIMIT_AUTHENTICATED_USER = "20 per second"
122
+RATELIMIT_GUEST_USER = "20 per second"
123
+
124
# Flask-Breadcrumbs needs this variable set
125
# =========================================
126
BREADCRUMBS_ROOT = "breadcrumbs"
0 commit comments