From: Elijah Cohen Date: Fri, 17 May 2019 03:25:56 +0000 (-0500) Subject: trying port switchup... X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=c3d1de9d3b30dc66ac2930cd67b37adb89847328;p=pong_br trying port switchup... --- diff --git a/server/constants.js b/server/constants.js index 733eb02..d42b8df 100644 --- a/server/constants.js +++ b/server/constants.js @@ -2,7 +2,7 @@ var c = { // matchmaker - WS_PORT: 6789, + WS_PORT: 80, NUM_PLAYERS: 10, FPS: 30, WAIT_TIME: 60000, // 1 minute diff --git a/web/constants.js b/web/constants.js index 244e851..1874225 100644 --- a/web/constants.js +++ b/web/constants.js @@ -2,7 +2,7 @@ var c = { // matchmaker - WS_PORT: 6789, + WS_PORT: 80, NUM_PLAYERS: 10, MS_PER_FRAME: 100, WAIT_TIME: 60000, // 1 minute