From 62525aaf095407b5c0b04d927e5aa8727df4623f Mon Sep 17 00:00:00 2001 From: dohyeons Date: Wed, 10 Dec 2025 11:05:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=A0=84=EC=86=A1=20?= =?UTF-8?q?=EC=A3=BC=EA=B8=B0=EB=A5=BC=2010=EC=B4=88=EC=97=90=EC=84=9C=205?= =?UTF-8?q?=EC=B4=88=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 4ac64a0..14e312d 100644 --- a/App.tsx +++ b/App.tsx @@ -15,7 +15,7 @@ import BackgroundTimer from 'react-native-background-timer'; import axios from 'axios'; const WEBSITE_URL = 'https://logistream.kpslp.kr'; -const LOCATION_UPDATE_INTERVAL = 10000; // 10초마다 위치 업데이트 +const LOCATION_UPDATE_INTERVAL = 5000; // 5초마다 위치 업데이트 const API_ENDPOINT = 'https://logistream.kpslp.kr/api/location'; // 서버 API 엔드포인트 interface LocationData {