matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Reduce/remove rate limiting on rejecting invites. #4463

Open lampholder opened 5 years ago

lampholder commented 5 years ago

Could rejection of invites not be rate limited, or given a more generous rate limit?

Obviously we could queue these requests in the client, but I wondered if rate limiting could be reduced/removed since this doesn't represent an obvious spam vector.

danilorsilva commented 4 years ago

Same problem here.

I try to send 10 invites at the same time and i have error 429.

Is there a way to config a rate limit for that?

Thanks!

richvdh commented 4 years ago

@danilorsilva rejecting invites != sending invites. (I suggest you experiment with the rc_message setting)

MadLittleMods commented 2 years ago

Related to https://github.com/matrix-org/synapse/issues/8736