mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Track the time spent in the database per request.
and track the number of transactions that request started.
This commit is contained in:
parent
f7a1cdbbc6
commit
6a5ff5f223
5 changed files with 38 additions and 4 deletions
|
@ -649,7 +649,7 @@ class EventsStore(SQLBaseStore):
|
|||
]
|
||||
|
||||
rows = self._new_transaction(
|
||||
conn, "do_fetch", [], self._fetch_event_rows, event_ids
|
||||
conn, "do_fetch", [], None, self._fetch_event_rows, event_ids
|
||||
)
|
||||
|
||||
row_dict = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue