From 17d23519d70c29373aca4166697012d833a3f12a Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 17 Dec 2025 18:46:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=EB=A5=BC=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=8C=80=EC=8B=A0=20uuid=EB=A1=9C=20?= =?UTF-8?q?=EA=B0=80=EC=A0=B8=EC=98=A4=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/ServerDetail.jsx | 2 +- frontend/src/pages/WorldsPage.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/ServerDetail.jsx b/frontend/src/pages/ServerDetail.jsx index 53264c3..cf9d558 100644 --- a/frontend/src/pages/ServerDetail.jsx +++ b/frontend/src/pages/ServerDetail.jsx @@ -247,7 +247,7 @@ const ServerDetail = ({ isMobile = false }) => { >
{player.name} { diff --git a/frontend/src/pages/WorldsPage.jsx b/frontend/src/pages/WorldsPage.jsx index 80a91e6..100d3a0 100644 --- a/frontend/src/pages/WorldsPage.jsx +++ b/frontend/src/pages/WorldsPage.jsx @@ -47,7 +47,7 @@ const WorldsPage = ({ isMobile = false }) => { // 초기 데이터 요청 socket.emit('get_worlds'); - // 5초마다 갱신 + // 1초마다 갱신 const interval = setInterval(() => { socket.emit('get_worlds'); }, 1000); @@ -190,8 +190,8 @@ const WorldsPage = ({ isMobile = false }) => { {/* 모바일: 머리만, PC: 전신 */}