Skip to content

Commit

Permalink
1000 ccu
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag committed Oct 7, 2024
1 parent e785662 commit 2a00387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const FishRarityProbability: {
}

export const MAX_POOL_CONNECTIONS_SIZE = 16
export const MAX_CONCURRENT_PLAYERS_ON_SERVER = 700
export const MAX_CONCURRENT_PLAYERS_ON_SERVER = 1000
export const MAX_CONCURRENT_PLAYERS_ON_LOBBY = 75
export const MAX_PLAYERS_PER_GAME = 8
export const MIN_HUMAN_PLAYERS = process.env.MIN_HUMAN_PLAYERS
Expand Down

0 comments on commit 2a00387

Please sign in to comment.