summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-13 18:32:16 +0100
committerGitHub <noreply@github.com>2022-10-13 17:32:16 +0000
commit16c5d95b594e4fe146947c4848057ebe0b9f900b (patch)
tree95901c3245fa9d2bc46f98348f2c423a524ffc29 /changelog.d
parentFixup changelog (diff)
downloadsynapse-16c5d95b594e4fe146947c4848057ebe0b9f900b.tar.xz
Optimise the event_push_backfill_thread_id bg job (#14172)
Co-authored-by: Erik Johnston <erik@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14172.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14172.bugfix b/changelog.d/14172.bugfix
new file mode 100644
index 0000000000..36521c670c
--- /dev/null
+++ b/changelog.d/14172.bugfix
@@ -0,0 +1 @@
+Fix poor performance of the `event_push_backfill_thread_id` background update, which was introduced in Synapse 1.68.0rc1.