diff options
Diffstat (limited to 'server/src/constants.ts')
-rw-r--r-- | server/src/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/constants.ts b/server/src/constants.ts index a2b3d12..2968d3a 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -1,6 +1,6 @@ export namespace Constants { export const SERVER_PORT = 8080; - export const SERVER_TICK_RATE = (1 / 60) * 1000; + export const SERVER_TICK_RATE = (1 / 120) * 1000; export const GAME_TOPIC = 'game'; export const MAX_PLAYERS = 8; } |