Odder has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/98510


Change subject: Raise $wgRateLimit for rollback for editors on dewiki
......................................................................

Raise $wgRateLimit for rollback for editors on dewiki

This patch raises $wgRateLimit for the 'rollback' action
for the 'editor' user group on the German Wikipedia per
community consensus, from the current 10 actions per
60 seconds to 100 actions per 60 seconds, as is the
case with the 'rollbacker' user group.

See bug for URL with on-wiki agreement for the change
(26 users in favour vs 14 against, 65% support).

Bug: 57820
Change-Id: Ie4d57f0bf4dca8bcb302d74f851416661e98bdc8
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/10/98510/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3322180..132a2a4 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6424,6 +6424,11 @@
                        'user' => array( 900, 30 ),
                ),
        ),
+       '+dewiki' => array( // bug 57820
+               'rollback' => array(
+                       'editor' => array( 100, 60 ),
+               ),
+       ),
 ),
 # @} end of wgRateLimits
 

-- 
To view, visit https://gerrit.wikimedia.org/r/98510
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4d57f0bf4dca8bcb302d74f851416661e98bdc8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to