diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-14 14:46:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 13:46:23 +0000 |
commit | d241a1350d5b0e1cf8262114f0cb34325cb91a26 (patch) | |
tree | 347e1da2f868beaa7a91c9537e75c83a9cfb8a8b /changelog.d | |
parent | Revert "Disable push of docker images" (diff) | |
download | synapse-d241a1350d5b0e1cf8262114f0cb34325cb91a26.tar.xz |
Fix background update to use an index (#14181)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14181.bugfix | 1 |
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. |