Răsfoiți Sursa

chore(gsm): add todo for configurable max ports

Bryan Lee 1 an în urmă
părinte
comite
dbdab31c1f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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)]