From 0734635e30af9df3ae10d8b2279bc1ddd29bbc04 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 18 Jan 2019 15:35:19 +0000 Subject: [PATCH] watchd main thread: be less nervous --- proxywatchd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxywatchd.py b/proxywatchd.py index 08ff00c..d1df82a 100644 --- a/proxywatchd.py +++ b/proxywatchd.py @@ -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