summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-14 14:46:23 +0100
committerGitHub <noreply@github.com>2022-10-14 13:46:23 +0000
commitd241a1350d5b0e1cf8262114f0cb34325cb91a26 (patch)
tree347e1da2f868beaa7a91c9537e75c83a9cfb8a8b /changelog.d
parentRevert "Disable push of docker images" (diff)
downloadsynapse-d241a1350d5b0e1cf8262114f0cb34325cb91a26.tar.xz
Fix background update to use an index (#14181)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14181.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14181.bugfix b/changelog.d/14181.bugfix
new file mode 100644
index 0000000000..36521c670c
--- /dev/null
+++ b/changelog.d/14181.bugfix
@@ -0,0 +1 @@
+Fix poor performance of the `event_push_backfill_thread_id` background update, which was introduced in Synapse 1.68.0rc1.