diff options
author | Erik Johnston <erik@matrix.org> | 2024-02-09 10:52:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-02-09 10:52:35 +0000 |
commit | ea1b30940e6a3c24203e46000572a52dbc3009f2 (patch) | |
tree | e77f47d1357e603c0acb35a82639d7eee0cf5bd4 /changelog.d | |
parent | Only do one concurrent fetch per server in keyring (#16894) (diff) | |
parent | Increase batching when fetching auth chains (#16893) (diff) | |
download | synapse-ea1b30940e6a3c24203e46000572a52dbc3009f2.tar.xz |
Merge remote-tracking branch 'origin/release-v1.101' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16893.bugfix | 1 |
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. |