diff options
author | Erik Johnston <erik@matrix.org> | 2021-01-14 17:57:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 17:57:09 +0000 |
commit | d2479c68704e45d8329ee9eb762e74c727529d88 (patch) | |
tree | a93e782407160ea89089c895a1cd878a5f7abce0 /changelog.d | |
parent | Fix chain cover background update to work with split out event persisters (#9... (diff) | |
download | synapse-d2479c68704e45d8329ee9eb762e74c727529d88.tar.xz |
Fix perf of get_cross_signing_keys (#9116)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9114.bugfix | 2 | ||||
-rw-r--r-- | changelog.d/9116.bugfix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9114.bugfix b/changelog.d/9114.bugfix index 77112abd5c..211f26589d 100644 --- a/changelog.d/9114.bugfix +++ b/changelog.d/9114.bugfix @@ -1 +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. +Fix bugs in federation catchup logic that caused outbound federation to be delayed for large servers after start up. Introduced in v1.8.0 and v1.21.0. diff --git a/changelog.d/9116.bugfix b/changelog.d/9116.bugfix new file mode 100644 index 0000000000..211f26589d --- /dev/null +++ b/changelog.d/9116.bugfix @@ -0,0 +1 @@ +Fix bugs in federation catchup logic that caused outbound federation to be delayed for large servers after start up. Introduced in v1.8.0 and v1.21.0. |