FEATURE: Add settings to scale daily flags limit (#15983)

Similar site settings exist for likes and edits and the new ones work
in a similar way.

By default, users below TL2 have a limit of 20, the limit is increased
by 1.5 for TL2 users up to 30, by 2 for TL3 users up to 40 and by 3 for
TL4 users up to 60.
This commit is contained in:
Bianca Nenciu
2022-02-18 14:44:32 +02:00
committed by GitHub
parent f2762114e0
commit 53f9a1a469
4 changed files with 40 additions and 13 deletions

View File

@@ -1828,6 +1828,9 @@ rate_limits:
tl2_additional_edits_per_day_multiplier: 1.5
tl3_additional_edits_per_day_multiplier: 2
tl4_additional_edits_per_day_multiplier: 3
tl2_additional_flags_per_day_multiplier: 1.5
tl3_additional_flags_per_day_multiplier: 2
tl4_additional_flags_per_day_multiplier: 3
alert_admins_if_errors_per_minute:
client: true
default: 0