mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:24:49 -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):
|
||||
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…
Add table
Add a link
Reference in a new issue