X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d09b268e01987541384f55469cbd6ddd3ad2d5fe..54126633f6078ebb86b53c614fcb243039e839fb:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index ccf75f87..62892ed5 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -102,6 +102,8 @@ @define('CONST_Search_TryDroppedAddressTerms', false); @define('CONST_Search_NameOnlySearchFrequencyThreshold', 500); + @define('CONST_Places_Max_ID_count', 50); + // Set to zero to disable polygon output @define('CONST_PolygonOutput_MaximumTypes', 1);