Increase realtime stats frequency

This commit is contained in:
Andrew 2022-03-02 18:35:53 -05:00
parent 5efc3c6dac
commit 761653ac25

View File

@ -527,7 +527,7 @@ class TasksManager:
websocket_helper.broadcast_page('/status', 'update_server_status', servers_ping) websocket_helper.broadcast_page('/status', 'update_server_status', servers_ping)
except: except:
console.warning("Can't broadcast server status to websocket") console.warning("Can't broadcast server status to websocket")
time.sleep(5) time.sleep(2)
def log_watcher(self): def log_watcher(self):
self.controller.servers.check_for_old_logs() self.controller.servers.check_for_old_logs()