More debug

merge-requests/30/head
Bob Mottram 2021-08-15 11:51:39 +01:00
parent c51be3572d
commit 6cf76ccc5f
1 changed files with 3 additions and 0 deletions

View File

@ -16132,8 +16132,11 @@ def runDaemon(lowBandwidth: bool,
args=(projectVersion, httpd), daemon=True)
httpd.thrFederatedSharesWatchdog.start()
else:
print('Starting inbox queue')
httpd.thrInboxQueue.start()
print('Starting scheduled posts daemon')
httpd.thrPostSchedule.start()
print('Starting federated shares daemon')
httpd.thrFederatedSharesDaemon.start()
if clientToServer: