mirror of https://gitlab.com/bashrc2/epicyon
Benchmark before slowest POST
parent
4db8fb5393
commit
5b7cebc46d
|
@ -4747,6 +4747,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
else:
|
else:
|
||||||
if self.path == '/sharedInbox' or self.path == '/inbox':
|
if self.path == '/sharedInbox' or self.path == '/inbox':
|
||||||
print('DEBUG: POST to shared inbox')
|
print('DEBUG: POST to shared inbox')
|
||||||
|
self._benchmarkPOST(POSTstartTime,700)
|
||||||
queueStatus= \
|
queueStatus= \
|
||||||
self._updateInboxQueue('inbox',messageJson,messageBytes)
|
self._updateInboxQueue('inbox',messageJson,messageBytes)
|
||||||
if queueStatus==0:
|
if queueStatus==0:
|
||||||
|
|
Loading…
Reference in New Issue