Change issue count logic from (n-1)+ to n+
This commit is contained in:
parent
fff98f2afb
commit
963b8f43f1
3 changed files with 33 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue