summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-11-18 18:10:01 +0000
committerGitHub <noreply@github.com>2022-11-18 18:10:01 +0000
commit78e23eea056cbf75b9478140f17699195dd490f2 (patch)
tree44585324ed557dc60d345ee4bf735ca3e95673a1 /changelog.d
parentEnable 'strict_equality' checking for mypy (#14452) (diff)
downloadsynapse-78e23eea056cbf75b9478140f17699195dd490f2.tar.xz
Reduce default third party invite rate limit to 216 invites per day (#14487)
The previous default was the same as the `rc_message` rate limit, which
defaults to 17,280 per day.

Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14487.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14487.misc b/changelog.d/14487.misc
new file mode 100644
index 0000000000..f6b47a1d8e
--- /dev/null
+++ b/changelog.d/14487.misc
@@ -0,0 +1 @@
+Reduce default third party invite rate limit to 216 invites per day.