diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-15 16:50:36 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-03-15 16:50:36 +0000 |
commit | a0881634fa60e904252ba5b3bc498c4fc6272320 (patch) | |
tree | c4181f95ef108998848a12109f7a89e21dc16662 | |
parent | Only send catch up events if they're the latest in the room (diff) | |
download | synapse-github/erikj/only_send_latest_events.tar.xz |
-rw-r--r-- | changelog.d/9621.misc | 1 |
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. |