Add support for per-user limits on the rate changes can be made
This commit is contained in:
parent
c6bb4a5f4e
commit
2f11b77309
5 changed files with 146 additions and 0 deletions
|
@ -62,6 +62,13 @@ min_changeset_comments_per_hour: 1
|
|||
initial_changeset_comments_per_hour: 6
|
||||
max_changeset_comments_per_hour: 60
|
||||
moderator_changeset_comments_per_hour: 36000
|
||||
# Rate limit for changes
|
||||
min_changes_per_hour: 100
|
||||
initial_changes_per_hour: 1000
|
||||
max_changes_per_hour: 100000
|
||||
days_to_max_changes: 7
|
||||
importer_changes_per_hour: 1000000
|
||||
moderator_changes_per_hour: 1000000
|
||||
# Domain for handling message replies
|
||||
#messages_domain: "messages.openstreetmap.org"
|
||||
# MaxMind GeoIPv2 database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue