Merge pull request #4202 from tomhughes/changeset-comment-limit

Add rate limiting for changeset comments
This commit is contained in:
Andy Allan 2023-08-30 11:12:40 +01:00 committed by GitHub
commit a1657f03a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 68 additions and 0 deletions

View file

@ -55,6 +55,9 @@ user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96, 168, 336, 731, 4383, 8766, 8766
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
max_changeset_comments_per_hour: 60
# Domain for handling message replies
#messages_domain: "messages.openstreetmap.org"
# MaxMind GeoIPv2 database