diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-05-27 18:10:58 +0200 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-28 16:29:09 +0100 |
commit | 9408b86f5c3616e8cfaa2c183e787780a3a64f95 (patch) | |
tree | e05d443676234cfdd15269c9f7a72601eb5840e3 /changelog.d | |
parent | Log method and path when dropping request due to size limit (#10091) (diff) | |
download | synapse-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.bugfix | 1 |
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. |