summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-02-09 10:51:00 +0000
committerGitHub <noreply@github.com>2024-02-09 10:51:00 +0000
commit02a147039cc1694b1ea3d80636697b11e6a4461b (patch)
treefe346768c06747c8535d045222b18add3c05ebb2 /changelog.d
parent1.101.0rc1 (diff)
downloadsynapse-02a147039cc1694b1ea3d80636697b11e6a4461b.tar.xz
Increase batching when fetching auth chains (#16893)
This basically reverts a change that was in
https://github.com/element-hq/synapse/pull/16833, where we reduced the
batching.

The smaller batching can cause performance issues on busy servers and
databases.
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.