summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-04 10:35:47 +0100
committerGitHub <noreply@github.com>2021-06-04 10:35:47 +0100
commitc96ab31dff4abe9e8a09fb2cd3967e799f770b63 (patch)
treec97635231d1e484f6f5f4c9d817a275ca9084f30 /changelog.d
parentEnable Prometheus metrics for the jaeger client library (#10112) (diff)
downloadsynapse-c96ab31dff4abe9e8a09fb2cd3967e799f770b63.tar.xz
Limit number of events in a replication request (#10118)
Fixes #9956.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10118.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10118.bugfix b/changelog.d/10118.bugfix
new file mode 100644
index 0000000000..db62b50e0b
--- /dev/null
+++ b/changelog.d/10118.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.33.0 which caused replication requests to fail when receiving a lot of very large events via federation.