mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-09 16:51:59 +02:00
- OPENSKY_CACHE_TTL_MS: positive cache (default 60s, was hardcoded 30s) - OPENSKY_NEGATIVE_CACHE_TTL_MS: negative cache (default 30s, now env-configurable) Doubling positive cache TTL halves API credit usage. Both tunable from Railway env vars without redeploying.