summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-27 22:10:05 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-28 17:54:46 +0100
commit8b6468cc15aa763407f856febec2604e6624f8ed (patch)
treee05d8a97ccca93fdd7a0ca4a8cf9c85e942ed166
parentFix AssertionErrors being thrown by EventsStream (diff)
downloadsynapse-8b6468cc15aa763407f856febec2604e6624f8ed.tar.xz
changelog
-rw-r--r--changelog.d/7358.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7358.bugfix b/changelog.d/7358.bugfix
new file mode 100644
index 0000000000..f49c600173
--- /dev/null
+++ b/changelog.d/7358.bugfix
@@ -0,0 +1 @@
+Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind.