From: Sarah Hoffmann Date: Sun, 31 Jul 2022 17:20:21 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/master' X-Git-Tag: deploy~98 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/2bd6c761b0e573189a03e8819c6db715eb711eb1?hp=-c Merge remote-tracking branch 'upstream/master' --- 2bd6c761b0e573189a03e8819c6db715eb711eb1 diff --combined lib-php/Geocode.php index 85d871f0,9e3b0b92..978ca679 --- a/lib-php/Geocode.php +++ b/lib-php/Geocode.php @@@ -190,7 -190,7 +190,7 @@@ class Geocod $this->bFallback = $oParams->getBool('fallback', $this->bFallback); - // List of excluded Place IDs - used for more acurate pageing + // List of excluded Place IDs - used for more accurate pageing $sExcluded = $oParams->getStringList('exclude_place_ids'); if ($sExcluded) { foreach ($sExcluded as $iExcludedPlaceID) { @@@ -695,7 -695,7 +695,7 @@@ } } - if ($iQueryLoop > 20) { + if ($iQueryLoop > 30) { break; } } @@@ -772,7 -772,7 +772,7 @@@ $aResults = $tempIDs; } - if (!empty($aResults) || $iGroupLoop > 4 || $iQueryLoop > 30) { + if (!empty($aResults) || $iGroupLoop > 6 || $iQueryLoop > 40) { break; } }