diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-14 18:57:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 18:57:32 +0000 |
commit | 1a08e0cdab0b3475fd4189aa1e3b6f9aaa823ccf (patch) | |
tree | 8e0363d387ddf7ee01c92ee95cff12850fe6a588 /changelog.d | |
parent | Fix perf of get_cross_signing_keys (#9116) (diff) | |
download | synapse-1a08e0cdab0b3475fd4189aa1e3b6f9aaa823ccf.tar.xz |
Fix event chain bg update. (#9118)
We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9118.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9118.misc b/changelog.d/9118.misc new file mode 100644 index 0000000000..346741d982 --- /dev/null +++ b/changelog.d/9118.misc @@ -0,0 +1 @@ +Improve efficiency of large state resolutions. |