diff --git a/newsdaemon.py b/newsdaemon.py index 54760c609..af7e66fd2 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(50) + time.sleep(200) if httpd.thrNewswireDaemon.is_alive(): continue httpd.thrNewswireDaemon.kill()