summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-23 18:26:08 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-24 13:59:21 +0100
commit3655eafe85c83c6bf196e77ca1b30cb2f430e61e (patch)
tree19d19b1ddc5ea6f0590be4d10c40c18a19f1938c
parentFix EventsStream raising assertions when it falls behind (diff)
downloadsynapse-3655eafe85c83c6bf196e77ca1b30cb2f430e61e.tar.xz
changelog
-rw-r--r--changelog.d/7337.bugfix1
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.