mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-30 17:15:50 +00:00
Actually time that function
This commit is contained in:
@@ -200,6 +200,7 @@ class TransactionStore(SQLBaseStore):
|
||||
self._get_transactions_after, transaction_id, destination
|
||||
)
|
||||
|
||||
@time_function
|
||||
def _get_transactions_after(cls, txn, transaction_id, destination):
|
||||
where = (
|
||||
"destination = ? AND id > (select id FROM %s WHERE "
|
||||
|
||||
Reference in New Issue
Block a user