Change issue count logic from (n-1)+ to n+

This commit is contained in:
Anton Khorev 2023-09-01 08:05:01 +03:00
parent fff98f2afb
commit 963b8f43f1
3 changed files with 33 additions and 3 deletions

View 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