From 423468d197b887e8ac80cfe87b85b2e89c0d1975 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Thu, 21 Jul 2022 10:27:20 +0000 Subject: deploy: b909d5327b06af20505a8c02e34765625f215bfe --- latest/usage/configuration/config_documentation.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'latest/usage/configuration/config_documentation.html') diff --git a/latest/usage/configuration/config_documentation.html b/latest/usage/configuration/config_documentation.html index 5abd69fd39..0ed31b347f 100644 --- a/latest/usage/configuration/config_documentation.html +++ b/latest/usage/configuration/config_documentation.html @@ -1402,6 +1402,7 @@ limit only, as Synapse presumes ratelimiting by room will be done by the sending

The rc_invites.per_user limit applies to the receiver of the invite, rather than the sender, meaning that a rc_invite.per_user.burst_count of 5 mandates that a single user cannot receive more than a burst of 5 invites at a time.

+

In contrast, the rc_invites.per_issuer limit applies to the issuer of the invite, meaning that a rc_invite.per_issuer.burst_count of 5 mandates that single user cannot send more than a burst of 5 invites at a time.

Example configuration:

rc_invites:
   per_room:
@@ -1410,7 +1411,11 @@ cannot receive more than a burst of 5 invites at a time.

per_user: per_second: 0.004 burst_count: 3 + per_issuer: + per_second: 0.5 + burst_count: 5
+

Changed in version 1.63: added the per_issuer limit.


rc_third_party_invite

This option ratelimits 3PID invites (i.e. invites sent to a third-party ID -- cgit 1.5.1