Remove hardcoded rate limit value
Name is chosen to match the equivalent setting in the configuration of the rate limits for edits. Fixes #4427.
This commit is contained in:
parent
9d47ad5fe5
commit
2d8feb6d79
4 changed files with 5 additions and 3 deletions
|
@ -69,6 +69,7 @@ max_friends_per_hour: 60
|
|||
min_changeset_comments_per_hour: 1
|
||||
initial_changeset_comments_per_hour: 6
|
||||
max_changeset_comments_per_hour: 60
|
||||
comments_to_max_changeset_comments: 200
|
||||
moderator_changeset_comments_per_hour: 36000
|
||||
# Rate limit for changes
|
||||
min_changes_per_hour: 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue