浏览代码

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)]