diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-05-06 00:08:36 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-05-06 11:59:19 +0100 |
commit | 16b67c404d232bd133f03adc5e5eba60610f941f (patch) | |
tree | 32169b26dffce6fb2e8a6d0ee3467b47eef91a46 /changelog.d | |
parent | Fix batching for fetching cross-signing keys (diff) | |
download | synapse-16b67c404d232bd133f03adc5e5eba60610f941f.tar.xz |
Make get_e2e_cross_signing_key delegate to get_e2e_cross_signing_keys_bulk
... mostly because the latter has a cache.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7428.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7428.misc b/changelog.d/7428.misc new file mode 100644 index 0000000000..db5ff76ded --- /dev/null +++ b/changelog.d/7428.misc @@ -0,0 +1 @@ +Improve performance of `get_e2e_cross_signing_key`. |