summary refs log tree commit diff
path: root/changelog.d/6135.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-01 10:16:57 +0100
committerGitHub <noreply@github.com>2019-10-01 10:16:57 +0100
commit479fbac96f5accb752e39046684b904b816cfb44 (patch)
treeac54235b37a334f751055e3bb88f8204272e89aa /changelog.d/6135.bugfix
parentMerge pull request #6117 from matrix-org/erikj/fix_sample_config (diff)
parentNewsfile (diff)
downloadsynapse-479fbac96f5accb752e39046684b904b816cfb44.tar.xz
Merge pull request #6135 from matrix-org/erikj/fixup_devices_last_seen_query
Fix `devices_last_seen` background update.
Diffstat (limited to 'changelog.d/6135.bugfix')
-rw-r--r--changelog.d/6135.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6135.bugfix b/changelog.d/6135.bugfix
new file mode 100644
index 0000000000..5f9f010cb1
--- /dev/null
+++ b/changelog.d/6135.bugfix
@@ -0,0 +1 @@
+Fix bug in background update that adds last seen information to the `devices` table, and improve its performance on Postgres.