mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 07:42:49 -05:00
Merge pull request #3826 from matrix-org/rav/logging_for_keyring
add some logging for the keyring queue
This commit is contained in:
commit
33716c4aea
4 changed files with 47 additions and 13 deletions
|
|
@ -134,6 +134,7 @@ class KeyStore(SQLBaseStore):
|
|||
"""
|
||||
key_id = "%s:%s" % (verify_key.alg, verify_key.version)
|
||||
|
||||
# XXX fix this to not need a lock (#3819)
|
||||
def _txn(txn):
|
||||
self._simple_upsert_txn(
|
||||
txn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue