diff options
author | Neil Johnson <neil@matrix.org> | 2019-12-09 13:59:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 13:59:27 +0000 |
commit | adfdd82b21ae296ed77453b2f51d55414890f162 (patch) | |
tree | aa4e881f316a01842efa5c96426a0d910a6b9cc9 /changelog.d | |
parent | Merge pull request #6487 from matrix-org/erikj/pass_in_db (diff) | |
download | synapse-adfdd82b21ae296ed77453b2f51d55414890f162.tar.xz |
Back out perf regression from get_cross_signing_keys_from_cache. (#6494)
Back out cross-signing code added in Synapse 1.5.0, which caused a performance regression.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6494.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6494.bugfix b/changelog.d/6494.bugfix new file mode 100644 index 0000000000..78726d5d7f --- /dev/null +++ b/changelog.d/6494.bugfix @@ -0,0 +1 @@ +Back out cross-signing code added in Synapse 1.5.0, which caused a performance regression. |