Skip to content
Snippets Groups Projects
Commit 9bd07bed authored by Erik Johnston's avatar Erik Johnston
Browse files

Actually time that function

parent 03a50145
No related branches found
No related tags found
No related merge requests found
...@@ -200,6 +200,7 @@ class TransactionStore(SQLBaseStore): ...@@ -200,6 +200,7 @@ class TransactionStore(SQLBaseStore):
self._get_transactions_after, transaction_id, destination self._get_transactions_after, transaction_id, destination
) )
@time_function
def _get_transactions_after(cls, txn, transaction_id, destination): def _get_transactions_after(cls, txn, transaction_id, destination):
where = ( where = (
"destination = ? AND id > (select id FROM %s WHERE " "destination = ? AND id > (select id FROM %s WHERE "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment