diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-04-24 14:00:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 14:00:29 +0100 |
commit | 69a1ac00b2a00608368aa0d71fb0490a0501bd16 (patch) | |
tree | 7f995f7e96f93e09309b9eb5da65046c024f4df3 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
parent | changelog (diff) | |
download | synapse-69a1ac00b2a00608368aa0d71fb0490a0501bd16.tar.xz |
Merge pull request #7337 from matrix-org/rav/fix_update_limit_assertion
Fix assertions being thrown by the EventsStream update function
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. |