]> git.openstreetmap.org Git - rails.git/blobdiff - config/settings.yml
Change issue count logic from (n-1)+ to n+
[rails.git] / config / settings.yml
index 2274d727c12606cd6294e40b21f38168c97ccf01..0352a85e04a4b646d221a645a0fdb6cc02fc287c 100644 (file)
@@ -43,8 +43,8 @@ max_note_request_area: 25
 default_note_query_limit: 100
 # Maximum limit on the number of notes returned by the note search api method
 max_note_query_limit: 10000
-# Maximum value of open issues counter for moderators, anything equal or over this value "n" is shown as "(n-1)+"
-max_issues_count: 100
+# Maximum value of open issues counter for moderators, anything equal or greater to this value "n" is shown as "n+"
+max_issues_count: 99
 # Zoom level to use for postcode results from the geocoder
 postcode_zoom: 15
 # Timeout for API calls in seconds