Skip to content

Commit

Permalink
Update players refresh rate
Browse files Browse the repository at this point in the history
  • Loading branch information
halftheopposite committed Apr 26, 2020
1 parent e07dec2 commit 87c77c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const APP_TITLE = 'TOSIOS';
export const WS_PORT = 3001;
export const ROOM_NAME = 'game'; // Colyseus Room<T>'s name (no need to change)
export const ROOM_REFRESH = 3000;
export const PLAYERS_REFRESH = 2000;
export const PLAYERS_REFRESH = 1000;
export const DEBUG = false;

// Game
Expand Down

0 comments on commit 87c77c0

Please sign in to comment.