watchd main thread: be less nervous

This commit is contained in:
rofl0r
2019-01-18 15:35:19 +00:00
parent ddee92d20f
commit 0734635e30

View File

@@ -314,7 +314,7 @@ class Proxywatchd():
def run(self):
if self.in_background:
while 1: time.sleep(0.1)
while 1: time.sleep(1)
def _run_background(self):
self.in_background = True