mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:34:48 -04:00
Add extra Measure
This commit is contained in:
parent
a2546b9082
commit
7be1065b8f
1 changed files with 16 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue