Benchmark before slowest POST

merge-requests/6/head
Bob Mottram 2019-11-16 10:30:09 +00:00
parent 4db8fb5393
commit 5b7cebc46d
1 changed files with 1 additions and 0 deletions

View File

@ -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: