diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-09-03 18:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 18:27:26 +0100 |
commit | f97f9485eeee8bdc79b57ed5c35852fb16d02300 (patch) | |
tree | 02f3f0c83e6854ff3130a194bd739f29d1ed3f11 /changelog.d | |
parent | Fix typing for `@cached` wrapped functions (#8240) (diff) | |
download | synapse-f97f9485eeee8bdc79b57ed5c35852fb16d02300.tar.xz |
Split fetching device keys and signatures into two transactions (#8233)
I think this is simpler (and moves stuff out of the db threads)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8233.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8233.misc b/changelog.d/8233.misc new file mode 100644 index 0000000000..979c8b227b --- /dev/null +++ b/changelog.d/8233.misc @@ -0,0 +1 @@ +Refactor queries for device keys and cross-signatures. |