mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:39: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):
|
||||
if self.processing:
|
||||
return
|
||||
|
||||
with Measure(self.clock, "push._process"):
|
||||
try:
|
||||
self.processing = True
|
||||
# if the max ordering changes while we're running _unsafe_process,
|
||||
|
Loading…
Reference in New Issue
Block a user