diff options
author | Erik Johnston <erikj@element.io> | 2024-07-23 14:03:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 14:03:14 +0100 |
commit | d225b6b3ebea419bdf0e6c0f1476544053f2dcbf (patch) | |
tree | c082e84c0e99375152093cd23dde5bacf684d248 /changelog.d | |
parent | Reduce volume of 'Waiting for current token' logs, which were introduced in v... (diff) | |
download | synapse-d225b6b3ebea419bdf0e6c0f1476544053f2dcbf.tar.xz |
Speed up SS room sorting (#17468)
We do this by bulk fetching the latest stream ordering. --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17468.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17468.misc b/changelog.d/17468.misc new file mode 100644 index 0000000000..d908776204 --- /dev/null +++ b/changelog.d/17468.misc @@ -0,0 +1 @@ +Speed up sorting of the room list in sliding sync. |