offroute: tighten off-network threshold to 10m

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-05-08 23:27:06 +00:00
commit 05c24f95f6

View file

@ -50,7 +50,7 @@ EXPANDED_SEARCH_RADIUS_KM = 100
MEMORY_LIMIT_GB = 12 MEMORY_LIMIT_GB = 12
# Off-network detection threshold (meters) # Off-network detection threshold (meters)
OFF_NETWORK_THRESHOLD_M = 500 OFF_NETWORK_THRESHOLD_M = 10
# Mode to Valhalla costing mapping # Mode to Valhalla costing mapping
MODE_TO_COSTING = { MODE_TO_COSTING = {