summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-05-27 18:10:58 +0200
committerErik Johnston <erik@matrix.org>2021-05-28 16:29:09 +0100
commit9408b86f5c3616e8cfaa2c183e787780a3a64f95 (patch)
treee05d443676234cfdd15269c9f7a72601eb5840e3 /changelog.d
parentLog method and path when dropping request due to size limit (#10091) (diff)
downloadsynapse-9408b86f5c3616e8cfaa2c183e787780a3a64f95.tar.xz
Limit the number of events sent over replication when persisting events. (#10082)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10082.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10082.bugfix b/changelog.d/10082.bugfix
new file mode 100644
index 0000000000..b4f8bcc4fa
--- /dev/null
+++ b/changelog.d/10082.bugfix
@@ -0,0 +1 @@
+Fixed a bug causing replication requests to fail when receiving a lot of events via federation.