mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-25 12:44:01 +00:00
75b6dc5d9f
The distance analytics endpoint was recomputing haversine distances on every request (~1.22s). Add a 15s TTL cache following the same pattern used by RF, topology, hash-sizes, and channels analytics endpoints. Include distCache in cache stats size calculation. fixes #169 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>