X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/656c1291b15d7f81f87768a7a1eafb7f2d0223d5..2cdbcac353805767df011edc494f8067f9409f63:/lib-php/Geocode.php diff --git a/lib-php/Geocode.php b/lib-php/Geocode.php index 43d10368..0d1fab89 100644 --- a/lib-php/Geocode.php +++ b/lib-php/Geocode.php @@ -688,7 +688,7 @@ class Geocode } } - if ($iQueryLoop > 20) { + if ($iQueryLoop > 30) { break; } } @@ -765,7 +765,7 @@ class Geocode $aResults = $tempIDs; } - if (!empty($aResults) || $iGroupLoop > 4 || $iQueryLoop > 30) { + if (!empty($aResults) || $iGroupLoop > 6 || $iQueryLoop > 40) { break; } }