diff --git a/js/config.js b/js/config.js index 2904679..5121bbf 100644 --- a/js/config.js +++ b/js/config.js @@ -89,12 +89,15 @@ export const CONFIG = { }, // Military aircraft — ADS-B Exchange /v2/mil/ (REAL unfiltered military, the - // OSINT prize OpenSky hides). Paid RapidAPI feed; the same-origin proxy injects - // the key server-side AND 5-min-caches it, so poll cadence == cache TTL keeps - // the ~10k/month quota safe (~8.6k/month worst case). + // OSINT prize OpenSky hides). Paid RapidAPI feed with OVERAGE billing over + // 10k/month (no hard block), so the same-origin proxy injects the key + // server-side AND single-flight-caches /v2/mil/ for 10 min: the *cache TTL* + // (not this poll) governs the upstream quota → max ~144 calls/day (~4.4k/mo, + //