summary refs log tree commit diff
path: root/develop/usage/configuration
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2022-02-03 13:28:41 +0000
committerbabolivier <babolivier@users.noreply.github.com>2022-02-03 13:28:41 +0000
commitea9c5899bfcb085b1ae956d339dcc21e7b3da119 (patch)
treedf3a3bab82faec3630da2c2b1cc300e1bbfe0540 /develop/usage/configuration
parentdeploy: a35e9db9be8666d9ce1164bec3f30b7623ecdfb5 (diff)
downloadsynapse-ea9c5899bfcb085b1ae956d339dcc21e7b3da119.tar.xz
deploy: d80d39b0359d3891d0078e9c8b53e189986d417f
Diffstat (limited to 'develop/usage/configuration')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html

index 089fd78826..423b74718f 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -1049,6 +1049,9 @@ log_config: &quot;CONFDIR/SERVERNAME.log.config&quot; # - one for ratelimiting how often a user or IP can attempt to validate a 3PID. # - two for ratelimiting how often invites can be sent in a room or to a # specific user. +# - one for ratelimiting 3PID invites (i.e. invites sent to a third-party ID +# such as an email address or a phone number) based on the account that's +# sending the invite. # # The defaults are as shown below. # @@ -1098,6 +1101,10 @@ log_config: &quot;CONFDIR/SERVERNAME.log.config&quot; # per_user: # per_second: 0.003 # burst_count: 5 +# +#rc_third_party_invite: +# per_second: 0.2 +# burst_count: 10 # Ratelimiting settings for incoming federation #