summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-15 16:50:36 +0000
committerErik Johnston <erik@matrix.org>2021-03-15 16:50:36 +0000
commita0881634fa60e904252ba5b3bc498c4fc6272320 (patch)
treec4181f95ef108998848a12109f7a89e21dc16662
parentOnly send catch up events if they're the latest in the room (diff)
downloadsynapse-github/erikj/only_send_latest_events.tar.xz
-rw-r--r--changelog.d/9621.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9621.misc b/changelog.d/9621.misc
new file mode 100644
index 0000000000..d865e8fb68
--- /dev/null
+++ b/changelog.d/9621.misc
@@ -0,0 +1 @@
+Only send catch up events if they're the latest in the room, reducing the number of events a server receives after recovering from downtime.