disabled api crash detector to see if it is the thing causing crashes

This commit is contained in:
Kevin Froman 2019-06-18 10:02:54 -05:00
parent 50ac5f1520
commit 1b897ebe1d
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class OnionrCommunicatorDaemon:
OnionrCommunicatorTimers(self, self.daemonCommands, 6, maxThreads=3)
# 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
if config.get('general.socket_servers', False):