0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-06 08:29:04 +02:00

Actually time that function

This commit is contained in:
Erik Johnston 2015-01-06 15:28:56 +00:00
parent 03a501456c
commit 9bd07bed23

View file

@ -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 "