diff --git a/newsdaemon.py b/newsdaemon.py index af7e66fd2..54760c609 100644 --- a/newsdaemon.py +++ b/newsdaemon.py @@ -905,7 +905,7 @@ def run_newswire_watchdog(project_version: str, httpd) -> None: httpd.thrPostSchedule.clone(run_newswire_daemon) begin_thread(httpd.thrNewswireDaemon, 'run_newswire_watchdog') while True: - time.sleep(200) + time.sleep(50) if httpd.thrNewswireDaemon.is_alive(): continue httpd.thrNewswireDaemon.kill()