diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13169.config | 1 | ||||
-rw-r--r-- | changelog.d/13169.feature | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/13169.config b/changelog.d/13169.config new file mode 100644 index 0000000000..560592d1c8 --- /dev/null +++ b/changelog.d/13169.config @@ -0,0 +1 @@ +[`rc_joins_per_room`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#rc_joins_per_room): parameters for the per-room join rate limit. \ No newline at end of file diff --git a/changelog.d/13169.feature b/changelog.d/13169.feature index 068d158ed5..22a6aa140d 100644 --- a/changelog.d/13169.feature +++ b/changelog.d/13169.feature @@ -1 +1 @@ -Add per-room rate limiting for room joins. For each room, Synapse now monitors the rate of join events in that room, and throttle additional joins if that rate grows too large. +Add per-room rate limiting for room joins. For each room, Synapse now monitors the rate of join events in that room and throttles additional joins if that rate grows too large. |