mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Increase realtime stats frequency
This commit is contained in:
parent
5efc3c6dac
commit
761653ac25
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user