X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8b0b9db31e6b1cc8a8b046dace81d6a3799e8f67..5c2c0604805452f8235e7574b7e4986f9f89802e:/lib-php/Geocode.php diff --git a/lib-php/Geocode.php b/lib-php/Geocode.php index bf9a3262..a12983b1 100644 --- a/lib-php/Geocode.php +++ b/lib-php/Geocode.php @@ -695,7 +695,7 @@ class Geocode } } - if ($iQueryLoop > 20) { + if ($iQueryLoop > 30) { break; } } @@ -772,7 +772,7 @@ class Geocode $aResults = $tempIDs; } - if (!empty($aResults) || $iGroupLoop > 4 || $iQueryLoop > 30) { + if (!empty($aResults) || $iGroupLoop > 6 || $iQueryLoop > 40) { break; } }