summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-30 10:00:02 +0100
committerGitHub <noreply@github.com>2019-07-30 10:00:02 +0100
commit63eb4a1b623a0f5796f2f1730c8d05bd5bdb95b9 (patch)
tree40c491e1688c253cd54e7d037181db8d5b4c06d4 /changelog.d
parentRemove non-functional 'expire_access_token' setting (#5782) (diff)
parentNewsfile (diff)
downloadsynapse-63eb4a1b623a0f5796f2f1730c8d05bd5bdb95b9.tar.xz
Merge pull request #5746 from matrix-org/erikj/test_bg_update_currnet_state
Add unit test for current state membership bg update
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5746.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5746.misc b/changelog.d/5746.misc
new file mode 100644
index 0000000000..5e15dfd5fa
--- /dev/null
+++ b/changelog.d/5746.misc
@@ -0,0 +1 @@
+Reduce database IO usage by optimising queries for current membership.