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:
gobinathal 2024-01-08 22:29:34 +05:30 committed by Tom Hughes
parent 9d47ad5fe5
commit 2d8feb6d79
4 changed files with 5 additions and 3 deletions

View file

@ -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