diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-31 14:01:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 13:01:05 +0000 |
commit | c8684e67924fceed44bcbc4a607502764905ba1e (patch) | |
tree | c3b71b1fd4c90555d0794c881429913e5da5c512 /changelog.d | |
parent | Stop reading from `event_edges.room_id`. (#12914) (diff) | |
download | synapse-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.misc | 1 |
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. |