summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-14 16:47:21 +0000
committerGitHub <noreply@github.com>2021-01-14 16:47:21 +0000
commit631dd06f2c7e9224602877d5bfcbca7695c4227e (patch)
tree56368521eaeadddf034f445391b54bbbe5a97e67 /changelog.d
parentAdd background update for add chain cover index (#9029) (diff)
downloadsynapse-631dd06f2c7e9224602877d5bfcbca7695c4227e.tar.xz
Fix get destinations to catch up query. (#9114)
t was doing a sequential scan on `destination_rooms`, which took
minutes.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9114.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9114.bugfix b/changelog.d/9114.bugfix
new file mode 100644
index 0000000000..77112abd5c
--- /dev/null
+++ b/changelog.d/9114.bugfix
@@ -0,0 +1 @@
+Fix bug in federation catchup logic that caused outbound federation to be delayed for large servers after start up. Introduced in v1.21.0.