diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-12-12 12:03:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-12 12:03:28 -0500 |
commit | cb2db179945f567410b565f29725dff28449f013 (patch) | |
tree | 133ad654bb437dc812e2f60ab65a7e747872ff33 /changelog.d | |
parent | Fix redacted events being returned in search results ordered by "recent" (#6522) (diff) | |
download | synapse-cb2db179945f567410b565f29725dff28449f013.tar.xz |
look up cross-signing keys from the DB in bulk (#6486)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6486.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6486.bugfix b/changelog.d/6486.bugfix new file mode 100644 index 0000000000..b98c5a9ae5 --- /dev/null +++ b/changelog.d/6486.bugfix @@ -0,0 +1 @@ +Improve performance of looking up cross-signing keys. |