From 37be52ec66a780f21f1cc0da09b44bb234b1d89c Mon Sep 17 00:00:00 2001 From: Sakimori Date: Fri, 26 Mar 2021 22:39:33 -0400 Subject: [PATCH] adjusted tickrate to 10 seconds in an attempt to solve the overloading problem --- main_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_controller.py b/main_controller.py index af0fd88..cef8282 100644 --- a/main_controller.py +++ b/main_controller.py @@ -246,4 +246,4 @@ def update_loop(): state["update_pause"] -= 1 socketio.emit("states_update", game_states) - time.sleep(8) \ No newline at end of file + time.sleep(10) \ No newline at end of file