diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-18 15:39:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 15:39:09 +0000 |
commit | 8a380d0fe24edd746256d652836ec27003a05e7e (patch) | |
tree | 36455f9110107bbb5f961876af7758d478f94107 /changelog.d | |
parent | Fix worker docs to point `/publicised_groups` API correctly. (#6938) (diff) | |
download | synapse-8a380d0fe24edd746256d652836ec27003a05e7e.tar.xz |
Increase perf of `get_auth_chain_ids` used in state res v2. (#6937)
We do this by moving the recursive query to be fully in the DB.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6937.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6937.misc b/changelog.d/6937.misc new file mode 100644 index 0000000000..6d00e58654 --- /dev/null +++ b/changelog.d/6937.misc @@ -0,0 +1 @@ +Increase perf of `get_auth_chain_ids` used in state res v2. |