mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-07-27 03:52:54 +02:00
fe284d51b5
- docker-compose.yml: passthrough ROUTE_HISTORY_BACKFILL_INTERVAL_SECONDS alongside the existing ROUTE_EVALUATOR_INTERVAL_SECONDS (operators setting the var in .env had no effect without the passthrough). - configuration.md: document the new collector var in the Collector table. - upgrading.md (Route Health Monitoring): correct the migration summary (seven tables, not five) and add a paragraph on the precompute behaviour; add the new env var row to the table. - upgrading.md (Dashboard / Route cache consolidation): drop the stale 'REDIS_CACHE_TTL_DASHBOARD raised to 3600' claim — the precompute revert lowered it back to 300 s. Renamed the section to 'API endpoint reorganization' and retained the two ship-true changes (ROUTE_DETAIL TTL removed, /dashboard/recent-activity split).