configurable overpass query timeout; increased to 45s

This commit is contained in:
stopflock
2025-12-23 12:03:53 -06:00
parent a05e03567e
commit ae795a7607
2 changed files with 4 additions and 1 deletions
@@ -218,7 +218,7 @@ String _buildOverpassQuery(LatLngBounds bounds, List<NodeProfile> profiles, int
}).join('\n ');
return '''
[out:json][timeout:25];
[out:json][timeout:${kOverpassQueryTimeout.inSeconds}];
(
$nodeClauses
);