Ver código fonte

chore(gsm): add todo for configurable max ports

Bryan Lee 1 ano atrás
pai
commit
dbdab31c1f
1 arquivos alterados com 1 adições e 0 exclusões
  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;
 const BASE_PORT: u16 = 9000;
+// TODO: configurable MAX_NUM_GAMES
 const MAX_NUM_GAMES: usize = 250;
 const MAX_NUM_GAMES: usize = 250;
 
 
 #[derive(Debug)]
 #[derive(Debug)]