mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 18:25:01 -04:00
Actually time that function
This commit is contained in:
parent
03a501456c
commit
9bd07bed23
1 changed files with 1 additions and 0 deletions
|
@ -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 "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue