Use port 80 for deno deploy

This commit is contained in:
Daniel Flanagan 2021-11-16 23:40:39 -06:00
parent 01fc1b0386
commit ff009674bb
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 1 additions and 1 deletions

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View file

@ -2,7 +2,7 @@ import { randomId, randomSecret } from "./gen.ts";
const MAX_PEERS = 4096;
const MAX_LOBBIES = 1024;
const PORT = 9080;
const PORT = 80;
const NO_LOBBY_TIMEOUT = 10000;
const SEAL_CLOSE_TIMEOUT = 10000;