mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 18:09:26 -05:00
Add extra Measure
This commit is contained in:
parent
a2546b9082
commit
7be1065b8f
@ -114,6 +114,8 @@ class HttpPusher(object):
|
|||||||
def _process(self):
|
def _process(self):
|
||||||
if self.processing:
|
if self.processing:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
with Measure(self.clock, "push._process"):
|
||||||
try:
|
try:
|
||||||
self.processing = True
|
self.processing = True
|
||||||
# if the max ordering changes while we're running _unsafe_process,
|
# if the max ordering changes while we're running _unsafe_process,
|
||||||
|
Loading…
Reference in New Issue
Block a user