diff options
author | Erik Johnston <erikj@matrix.org> | 2023-10-27 12:52:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 12:52:40 +0100 |
commit | 928e9648578d24dc9f5ed3476d629fca9a64b22a (patch) | |
tree | 7c5cb9bccf17cec1106a8c4fb3e5112fc3cd02ff /changelog.d | |
parent | Reduce replication traffic due to reflected cache stream POSITION (#16557) (diff) | |
download | synapse-928e9648578d24dc9f5ed3476d629fca9a64b22a.tar.xz |
Fix cross-worker ratelimiting (#16558)
c.f. #16481
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16558.bugfix | 1 |
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. |