Use port 80 for deno deploy
This commit is contained in:
parent
01fc1b0386
commit
ff009674bb
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 28 KiB |
|
@ -2,7 +2,7 @@ import { randomId, randomSecret } from "./gen.ts";
|
||||||
|
|
||||||
const MAX_PEERS = 4096;
|
const MAX_PEERS = 4096;
|
||||||
const MAX_LOBBIES = 1024;
|
const MAX_LOBBIES = 1024;
|
||||||
const PORT = 9080;
|
const PORT = 80;
|
||||||
|
|
||||||
const NO_LOBBY_TIMEOUT = 10000;
|
const NO_LOBBY_TIMEOUT = 10000;
|
||||||
const SEAL_CLOSE_TIMEOUT = 10000;
|
const SEAL_CLOSE_TIMEOUT = 10000;
|
||||||
|
|
Loading…
Reference in a new issue