mirror of https://gitlab.com/bashrc2/epicyon
More debug
parent
c51be3572d
commit
6cf76ccc5f
|
@ -16132,8 +16132,11 @@ def runDaemon(lowBandwidth: bool,
|
||||||
args=(projectVersion, httpd), daemon=True)
|
args=(projectVersion, httpd), daemon=True)
|
||||||
httpd.thrFederatedSharesWatchdog.start()
|
httpd.thrFederatedSharesWatchdog.start()
|
||||||
else:
|
else:
|
||||||
|
print('Starting inbox queue')
|
||||||
httpd.thrInboxQueue.start()
|
httpd.thrInboxQueue.start()
|
||||||
|
print('Starting scheduled posts daemon')
|
||||||
httpd.thrPostSchedule.start()
|
httpd.thrPostSchedule.start()
|
||||||
|
print('Starting federated shares daemon')
|
||||||
httpd.thrFederatedSharesDaemon.start()
|
httpd.thrFederatedSharesDaemon.start()
|
||||||
|
|
||||||
if clientToServer:
|
if clientToServer:
|
||||||
|
|
Loading…
Reference in New Issue