Revert "adjusted tickrate to 10 seconds in an attempt to solve the overloading problem"

This reverts commit 37be52ec66.
This commit is contained in:
Sakimori 2021-03-26 22:41:05 -04:00
parent 37be52ec66
commit d355656f30

View file

@ -246,4 +246,4 @@ def update_loop():
state["update_pause"] -= 1
socketio.emit("states_update", game_states)
time.sleep(10)
time.sleep(8)