Improve naming of changeset comment rate limit settings
This commit is contained in:
parent
a99450f558
commit
e210b4efbf
3 changed files with 8 additions and 6 deletions
|
@ -56,8 +56,10 @@ max_messages_per_hour: 60
|
|||
# Rate limit for friending
|
||||
max_friends_per_hour: 60
|
||||
# Rate limit for changeset comments
|
||||
min_changeset_comments_per_hour: 6
|
||||
min_changeset_comments_per_hour: 1
|
||||
initial_changeset_comments_per_hour: 6
|
||||
max_changeset_comments_per_hour: 60
|
||||
moderator_changeset_comments_per_hour: 36000
|
||||
# Domain for handling message replies
|
||||
#messages_domain: "messages.openstreetmap.org"
|
||||
# MaxMind GeoIPv2 database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue