diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-23 18:26:08 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-24 13:59:21 +0100 |
commit | 3655eafe85c83c6bf196e77ca1b30cb2f430e61e (patch) | |
tree | 19d19b1ddc5ea6f0590be4d10c40c18a19f1938c /changelog.d | |
parent | Fix EventsStream raising assertions when it falls behind (diff) | |
download | synapse-3655eafe85c83c6bf196e77ca1b30cb2f430e61e.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7337.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7337.bugfix b/changelog.d/7337.bugfix new file mode 100644 index 0000000000..f49c600173 --- /dev/null +++ b/changelog.d/7337.bugfix @@ -0,0 +1 @@ +Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind. |