release: 2026-03-17.4 — UI 브랜딩 + 배포 설정 + 폴링 조정 #18
@ -266,7 +266,7 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) {
|
||||
}
|
||||
};
|
||||
load();
|
||||
const interval = setInterval(load, 15_000);
|
||||
const interval = setInterval(load, 60_000);
|
||||
return () => clearInterval(interval);
|
||||
}, [appMode, refreshKey]);
|
||||
|
||||
@ -325,7 +325,7 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) {
|
||||
if (result.length > 0) setBaseAircraftKorea(result);
|
||||
};
|
||||
load();
|
||||
const interval = setInterval(load, 25_000);
|
||||
const interval = setInterval(load, 60_000);
|
||||
return () => clearInterval(interval);
|
||||
}, [refreshKey]);
|
||||
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user