Raise rate_limiting threshold to 20

This commit is contained in:
Till Faelligen 2022-08-03 10:40:53 +02:00
parent 5f71c84188
commit c613336023
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@ client_api:
# and appservice users are exempt from rate limiting by default.
rate_limiting:
enabled: true
threshold: 5
threshold: 20
cooloff_ms: 500
exempt_user_ids:
# - "@user:domain.com"

View file

@ -195,7 +195,7 @@ client_api:
# and appservice users are exempt from rate limiting by default.
rate_limiting:
enabled: true
threshold: 5
threshold: 20
cooloff_ms: 500
exempt_user_ids:
# - "@user:domain.com"