X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/319e54e08a9803c2218ec126bce4ed6eb9965127..2fabc46421f9e908ef6902ea7c4890a0032af446:/config/settings.yml diff --git a/config/settings.yml b/config/settings.yml index e6b156e28..639910f4a 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -31,6 +31,8 @@ tracepoints_per_page: 5000 max_number_of_nodes: 50000 # Maximum number of nodes that can be in a way (checked on save) max_number_of_way_nodes: 2000 +# Maximum number of members that can be in a relation (checked on save) +max_number_of_relation_members: 32000 # The maximum area you're allowed to request notes from, in square degrees max_note_request_area: 25 # Zoom level to use for postcode results from the geocoder