Revert "adjusted tickrate to 10 seconds in an attempt to solve the overloading problem"
This reverts commit 37be52ec66
.
This commit is contained in:
parent
37be52ec66
commit
d355656f30
|
@ -246,4 +246,4 @@ def update_loop():
|
||||||
state["update_pause"] -= 1
|
state["update_pause"] -= 1
|
||||||
|
|
||||||
socketio.emit("states_update", game_states)
|
socketio.emit("states_update", game_states)
|
||||||
time.sleep(10)
|
time.sleep(8)
|
Loading…
Reference in a new issue