diff options
author | David Robertson <davidr@element.io> | 2022-07-08 17:24:18 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-08 17:24:18 +0100 |
commit | 4da8f29ff686e8f3405c5e3df59558f45ab0b6b0 (patch) | |
tree | d98226622d8b31a5bac67ad29343a484ae15c5ad | |
parent | Move comment translating between bucket terminology (diff) | |
download | synapse-4da8f29ff686e8f3405c5e3df59558f45ab0b6b0.tar.xz |
Tweak phrasing; note the version adding the option
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index ed874cd853..ad0009f1f2 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1382,7 +1382,7 @@ rc_joins: --- ### `rc_joins_per_room` -This option allows for ratelimiting joins to a room based on the number of recent +This option allows admins to ratelimit joins to a room based on the number of recent joins (local or remote) to that room. It is intended to mitigate mass-join spam waves which target multiple homeservers. @@ -1395,6 +1395,9 @@ rc_joins_per_room: per_second: 1 burst_count: 10 ``` + +_Added in Synapse 1.63.0._ + --- ### `rc_3pid_validation` |