summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-10-27 12:52:40 +0100
committerGitHub <noreply@github.com>2023-10-27 12:52:40 +0100
commit928e9648578d24dc9f5ed3476d629fca9a64b22a (patch)
tree7c5cb9bccf17cec1106a8c4fb3e5112fc3cd02ff /changelog.d
parentReduce replication traffic due to reflected cache stream POSITION (#16557) (diff)
downloadsynapse-928e9648578d24dc9f5ed3476d629fca9a64b22a.tar.xz
Fix cross-worker ratelimiting (#16558)
c.f. #16481
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16558.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16558.bugfix b/changelog.d/16558.bugfix
new file mode 100644
index 0000000000..64f419fd82
--- /dev/null
+++ b/changelog.d/16558.bugfix
@@ -0,0 +1 @@
+Fix ratelimiting of message sending when using workers, where the ratelimit would only be applied after most of the work has been done.