diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-05-27 18:10:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 17:10:58 +0100 |
commit | f828a70be331105c98ebfbe3738ef57d9d54df5b (patch) | |
tree | 8b0db82d8a37be8bff5b1e5dd3371f2ad40caa31 /changelog.d | |
parent | Merge tag 'v1.35.0rc2' into develop (diff) | |
download | synapse-f828a70be331105c98ebfbe3738ef57d9d54df5b.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. |