From 4da8f29ff686e8f3405c5e3df59558f45ab0b6b0 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 8 Jul 2022 17:24:18 +0100 Subject: [PATCH] Tweak phrasing; note the version adding the option --- docs/usage/configuration/config_documentation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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`