diff options
author | David Robertson <davidr@element.io> | 2022-07-08 17:28:51 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-08 17:28:51 +0100 |
commit | 9d9253109bf41607ae742beec3b278762a68f2c5 (patch) | |
tree | bfaddd08a65552c9ad0188e555c1efcdce60e82a | |
parent | Tweak phrasing; note the version adding the option (diff) | |
download | synapse-9d9253109bf41607ae742beec3b278762a68f2c5.tar.xz |
Announce new config option in the changelog
-rw-r--r-- | changelog.d/13169.config | 1 | ||||
-rw-r--r-- | changelog.d/13169.feature | 2 | ||||
-rw-r--r-- | pyproject.toml | 5 |
3 files changed, 7 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. diff --git a/pyproject.toml b/pyproject.toml index 3a56c42c0b..475973deac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,11 @@ showcontent = true [[tool.towncrier.type]] + directory = "config" + name = "Config options" + showcontent = true + + [[tool.towncrier.type]] directory = "bugfix" name = "Bugfixes" showcontent = true |