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