mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 06:34:40 +02:00
offroute: tighten off-network threshold to 10m
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
686b35710a
commit
05c24f95f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue