From 270da3b889022943f2957b7ed9542f590b14eb2a Mon Sep 17 00:00:00 2001 From: Jay <96156114+jaydev00a@users.noreply.github.com> Date: Wed, 26 Mar 2025 02:20:52 +0900 Subject: [PATCH] =?UTF-8?q?DO-57=20[Style]=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- socket/handlers/matchmaking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket/handlers/matchmaking.js b/socket/handlers/matchmaking.js index 4ce546c..7cac4bd 100644 --- a/socket/handlers/matchmaking.js +++ b/socket/handlers/matchmaking.js @@ -104,7 +104,7 @@ module.exports = function(io, socket, gameState) { logger.info(`대기방 생성: ID ${socket.id}, 급수 ${playerRating}, 방 ID ${roomId}`); - // 10초 타임아웃 설정 + // 15초 타임아웃 설정 const timeoutId = setTimeout(() => { logger.info("타이머 종료, 15초 경과"); // 타임 아웃 AI로 던지기