summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-26 12:03:49 +0100
committerErik Johnston <erik@matrix.org>2019-06-26 12:03:49 +0100
commit508c3ce3d71b4711f6e50e7f1e74d71cb46f61d9 (patch)
tree94503f5521f627082a882b1c96f0ef2a6353b4bb
parentRefactor get_user_ids_changed to pull less from DB (diff)
downloadsynapse-508c3ce3d71b4711f6e50e7f1e74d71cb46f61d9.tar.xz
Newsfile
-rw-r--r--changelog.d/5559.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5559.misc b/changelog.d/5559.misc
new file mode 100644
index 0000000000..b77b383459
--- /dev/null
+++ b/changelog.d/5559.misc
@@ -0,0 +1 @@
+Optimise devices changed query to not pull unnecessary rows from the database, reducing database load.