This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Creation of rooms is ratelimited even though the spec says it should not be #15076
Labels
A-Create-Room
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Other
Questions, user support, anything else.
Description
In spec 8.2 there is no rate limit set. I get a rate limit exceed after 10 requests.
Steps to reproduce
Homeserver
own
Synapse Version
1.73
Installation Method
Docker (matrixdotorg/synapse)
Database
PostgreSQL
Workers
Single process
Platform
K8s cluster
Configuration
turned off all known time limits respectively set 100 al each limit:
extraConfig.rc_message.per_second=0
extraConfig.rc_message.burst_count=1000
extraConfig.rc_registration.per_second=0
extraConfig.rc_registration.burst_count=1000
extraConfig.rc_admin_redaction.per_second=0
extraConfig.rc_admin_redaction.burst_count=1000
extraConfig.rc_registration_token_validity.per_second=0
extraConfig.rc_registration_token_validity.burst_count=1000
extraConfig.rc_joins_per_room.per_second=0
extraConfig.rc_joins_per_room.burst_count=1000
extraConfig.rc_3pid_validation.per_second=0
extraConfig.rc_3pid_validation.burst_count=1000
extraConfig.rc_login.address.per_second=0
extraConfig.rc_login.address.burst_count=1000
extraConfig.rc_login.account.per_second=0
extraConfig.rc_login.account.burst_count=1000
extraConfig.rc_login.failed_attempts.per_second=0
extraConfig.rc_login.failed_attempts.burst_count=1000
extraConfig.rc_joins.local.per_second=0
extraConfig.rc_joins.local.burst_count=1000
extraConfig.rc_joins.remote.per_second=0
extraConfig.rc_joins.remote.burst_count=1000
extraConfig.rc_invites.per_room.per_second=0
extraConfig.rc_invites.per_room.burst_count=1000
extraConfig.rc_invites.per_user.per_second=0
extraConfig.rc_invites.per_user.burst_count=1000
extraConfig.rc_invites.per_issuer.per_second=0
extraConfig.rc_invites.per_issuer.burst_count=1000
extraConfig.rc_invites.rc_third_party_invite.per_second=0
extraConfig.rc_invites.rc_third_party_invite.burst_count=1000
Relevant log output
Anything else that would be useful to know?
The text was updated successfully, but these errors were encountered: