summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-02-09 10:52:35 +0000
committerErik Johnston <erik@matrix.org>2024-02-09 10:52:35 +0000
commitea1b30940e6a3c24203e46000572a52dbc3009f2 (patch)
treee77f47d1357e603c0acb35a82639d7eee0cf5bd4 /changelog.d
parentOnly do one concurrent fetch per server in keyring (#16894) (diff)
parentIncrease batching when fetching auth chains (#16893) (diff)
downloadsynapse-ea1b30940e6a3c24203e46000572a52dbc3009f2.tar.xz
Merge remote-tracking branch 'origin/release-v1.101' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16893.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16893.bugfix b/changelog.d/16893.bugfix
new file mode 100644
index 0000000000..7222cd765c
--- /dev/null
+++ b/changelog.d/16893.bugfix
@@ -0,0 +1 @@
+Fix performance regression when fetching auth chains from the DB. Introduced in v1.100.0.