mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge pull request #2975 from matrix-org/rav/measure_persist_events
Add Measure block for persist_events
This commit is contained in:
commit
299fd740c7
@ -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