disabled api crash detector to see if it is the thing causing crashes
parent
50ac5f1520
commit
1b897ebe1d
|
@ -123,7 +123,7 @@ class OnionrCommunicatorDaemon:
|
||||||
OnionrCommunicatorTimers(self, self.daemonCommands, 6, maxThreads=3)
|
OnionrCommunicatorTimers(self, self.daemonCommands, 6, maxThreads=3)
|
||||||
|
|
||||||
# Timer that kills Onionr if the API server crashes
|
# Timer that kills Onionr if the API server crashes
|
||||||
OnionrCommunicatorTimers(self, self.detectAPICrash, 30, maxThreads=1)
|
#OnionrCommunicatorTimers(self, self.detectAPICrash, 30, maxThreads=1)
|
||||||
|
|
||||||
# Setup direct connections
|
# Setup direct connections
|
||||||
if config.get('general.socket_servers', False):
|
if config.get('general.socket_servers', False):
|
||||||
|
|
Loading…
Reference in New Issue