Browse Source

chore(gsm): add todo for configurable max ports

Bryan Lee 1 year ago
parent
commit
dbdab31c1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      game-server-manager/src/game/mod.rs

+ 1 - 0
game-server-manager/src/game/mod.rs

@@ -29,6 +29,7 @@ impl GamesData {
 }
 
 const BASE_PORT: u16 = 9000;
+// TODO: configurable MAX_NUM_GAMES
 const MAX_NUM_GAMES: usize = 250;
 
 #[derive(Debug)]