Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

FTUE: Too many requests have been sent (join rate limit) #8735

Closed
vranki opened this issue Nov 9, 2020 · 1 comment
Closed

FTUE: Too many requests have been sent (join rate limit) #8735

vranki opened this issue Nov 9, 2020 · 1 comment
Labels
z-p2 (Deprecated Label)

Comments

@vranki
Copy link

vranki commented Nov 9, 2020

Description

Rate limit for joins from other homeservers is way too tight in Synapse default configuration.

Steps to reproduce

Real situation:

  • User registers to homeserver and joins a room via another homeserver.
  • User is given room pills to join a few more interesting rooms.
  • User tries to join rooms with pills and is greeted with "Too many requests have been sent" error.

This was discussed on Synapse Room and looks like these settings are to blame:

https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml#L828-L834

These limits are way too tight and as this affects FTUE, I'd take the issue seriously.
I won't guess better values here but the "new user joining multiple rooms from remote server"
scenario should not cause errors.

Version information

Synapse 1.22.1

@clokep
Copy link
Member

clokep commented Apr 30, 2021

This was recently increased (in #9674) from a burst of 3 to a burst of 10. For the moment I'm going to say this is "done", but there might be more we can do besides just updating the default rate limits.

@clokep clokep closed this as completed Apr 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-p2 (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

3 participants