Add default edit rate limit of 90 edits/minute for all users
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 9 May 2018 20:43:51 +0000 (20:43 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Wed, 9 May 2018 20:45:42 +0000 (20:45 +0000)
Previously there was no rate limit at all if you were autoconfirmed.

This initial setting is set on the high end of things, we may
adjust later. See also T192668, T194204.

Change-Id: I7cb002900bae2da3f4f4758671186659c1720e1d

includes/DefaultSettings.php

index 4f4fa86..c69869c 100644 (file)
@@ -5674,6 +5674,7 @@ $wgRateLimits = [
        'edit' => [
                'ip' => [ 8, 60 ],
                'newbie' => [ 8, 60 ],
+               'user' => [ 90, 60 ],
        ],
        // Page moves
        'move' => [