소스 검색

chore(gsm): add todo for configurable max ports

Bryan Lee 1 년 전
부모
커밋
dbdab31c1f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)]