From 1b897ebe1dbc3c0063bc03ab4908a38dc2c78101 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 18 Jun 2019 10:02:54 -0500 Subject: [PATCH] disabled api crash detector to see if it is the thing causing crashes --- onionr/communicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/communicator.py b/onionr/communicator.py index 2c0bf4c7..de49e601 100755 --- a/onionr/communicator.py +++ b/onionr/communicator.py @@ -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):