Update ML timeout handling and adjust distance threshold for path hops

chore/offband-rebrand
Winston Lowe 4 months ago committed by Enot (ded) Skelly
parent 32dc0fca22
commit 637e08d22c
No known key found for this signature in database
GPG Key ID: 2FE5B19B03656304

@ -879,7 +879,7 @@ List<_PathHop> _buildPathHops(
previousPosition = resolvedPosition;
}
// If the best candidate is much farther than the previous hop, it's likely not the correct match.
if (lastDistance + bestDistance > 70000 &&
if (lastDistance + bestDistance > 50000 &&
candidates != null &&
candidates.isNotEmpty) {
i--;

Loading…
Cancel
Save

Powered by TurnKey Linux.