offroute: revert off-network threshold to 10m

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-05-09 03:34:37 +00:00
commit d8f84ab55a

View file

@ -61,7 +61,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 = 50 OFF_NETWORK_THRESHOLD_M = 10
# Mode to Valhalla costing mapping # Mode to Valhalla costing mapping
MODE_TO_COSTING = { MODE_TO_COSTING = {