mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Add Measure block for persist_events
This seems like a useful thing to measure.
This commit is contained in:
parent
d65ceb4b48
commit
889a2a853a
@ -283,6 +283,7 @@ class EventsStore(EventsWorkerStore):
|
||||
def _maybe_start_persisting(self, room_id):
|
||||
@defer.inlineCallbacks
|
||||
def persisting_queue(item):
|
||||
with Measure(self._clock, "persist_events"):
|
||||
yield self._persist_events(
|
||||
item.events_and_contexts,
|
||||
backfilled=item.backfilled,
|
||||
|
Loading…
Reference in New Issue
Block a user