Add support for per-user limits on the size of changes that can be made
This commit is contained in:
parent
80ccf1d4c2
commit
f61ac2586f
5 changed files with 133 additions and 0 deletions
|
@ -73,6 +73,13 @@ max_changes_per_hour: 100000
|
|||
days_to_max_changes: 7
|
||||
importer_changes_per_hour: 1000000
|
||||
moderator_changes_per_hour: 1000000
|
||||
# Size limit for changes
|
||||
min_size_limit: 10000000
|
||||
initial_size_limit: 30000000
|
||||
max_size_limit: 5400000000
|
||||
days_to_max_size_limit: 28
|
||||
importer_size_limit: 5400000000
|
||||
moderator_size_limit: 5400000000
|
||||
# Domain for handling message replies
|
||||
#messages_domain: "messages.openstreetmap.org"
|
||||
# MaxMind GeoIPv2 database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue