diff options
author | Erik Johnston <erikj@element.io> | 2024-06-25 10:34:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 10:34:34 +0100 |
commit | 554a92601a4bf61f9076adfffb613a2c19871446 (patch) | |
tree | 49f58868fb911592b76dc55251c9fb267d999589 /changelog.d | |
parent | Revert "Reduce device lists replication traffic." (#17360) (diff) | |
download | synapse-554a92601a4bf61f9076adfffb613a2c19871446.tar.xz |
Reintroduce "Reduce device lists replication traffic."" (#17361)
Reintroduces https://github.com/element-hq/synapse/pull/17333 Turns out the reason for revert was down two master instances running
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17333.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17333.misc b/changelog.d/17333.misc new file mode 100644 index 0000000000..d3ef0b3777 --- /dev/null +++ b/changelog.d/17333.misc @@ -0,0 +1 @@ +Handle device lists notifications for large accounts more efficiently in worker mode. |