summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-05-31 14:01:05 +0100
committerGitHub <noreply@github.com>2022-05-31 13:01:05 +0000
commitc8684e67924fceed44bcbc4a607502764905ba1e (patch)
treec3b71b1fd4c90555d0794c881429913e5da5c512 /changelog.d
parentStop reading from `event_edges.room_id`. (#12914) (diff)
downloadsynapse-c8684e67924fceed44bcbc4a607502764905ba1e.tar.xz
Reduce DB load of /sync when using presence (#12885)
While the query was fast, we were calling it *a lot*.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12885.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12885.misc b/changelog.d/12885.misc
new file mode 100644
index 0000000000..2524056307
--- /dev/null
+++ b/changelog.d/12885.misc
@@ -0,0 +1 @@
+Reduce database load of `/sync` when presence is enabled.