From c96ab31dff4abe9e8a09fb2cd3967e799f770b63 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 4 Jun 2021 10:35:47 +0100 Subject: Limit number of events in a replication request (#10118) Fixes #9956. --- changelog.d/10118.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10118.bugfix (limited to 'changelog.d/10118.bugfix') 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. -- cgit 1.5.1