summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-18 15:39:09 +0000
committerGitHub <noreply@github.com>2020-02-18 15:39:09 +0000
commit8a380d0fe24edd746256d652836ec27003a05e7e (patch)
tree36455f9110107bbb5f961876af7758d478f94107 /changelog.d
parentFix worker docs to point `/publicised_groups` API correctly. (#6938) (diff)
downloadsynapse-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.misc1
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.