From a23660376fff29a7143717e6d93c70738cd05bb5 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 7 Aug 2025 12:45:19 +0000 Subject: [PATCH] chore: modify cruising interval time --- src/util/flightUpdater.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/flightUpdater.ts b/src/util/flightUpdater.ts index 91a5910..a0fc1e3 100644 --- a/src/util/flightUpdater.ts +++ b/src/util/flightUpdater.ts @@ -120,7 +120,7 @@ export class FlightUpdater { } // cruisin - return 12 * 60 * 1000; + return 20 * 60 * 1000; } // post arrival (eventually deleted)