Reedy has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342489 )

Change subject: Throttle for event request on IRC
......................................................................

Throttle for event request on IRC

Remove old throttles

Change-Id: I92d4f599e3befe1973fd7034840425042b4e8ae8
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 23 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 3d092a7..3955cc7 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -39,30 +39,13 @@
        'value' => 200,
 ];
 
-$wmgThrottlingExceptions[] = [ // T158762
-       'from' => '2017-03-11T13:00 +0:00',
-       'to' => '2017-03-11T21:00 +0:00',
-       'IP' => '200.72.159.4',
-       'dbname' => [ 'eswiki', 'enwiki' ],
-       'value' => 40 // 30 expected
+$wmgThrottlingExceptions[] = [ // Requested on IRC
+       'from' => '2017-03-13T17:00 +0:00',
+       'to' => '2017-03-13T20:00 +0:00',
+       'IP' => '143.107.45.11',
+       'dbname' => [ 'ptwiki', 'commonswiki' ],
+       'value' => 30 // 20 expected
 ];
-
-$wmgThrottlingExceptions[] = [ // T159803
-       'from' => '2017-03-10T18:00 +1:00',
-       'to' => '2017-03-10T23:090 +1:00',
-       'IP' => '195.76.195.27',
-       'dbname' => [ 'cawiki', 'commonswiki' ],
-       'value' => 40 // +20 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T159957
-       'from' => '2017-03-11T0:00 -5:00',
-       'to' => '2017-03-11T18:00 -5:00',
-       'IP' => [ '38.125.33.54', '38.125.15.118' ],
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value' => 250 // 200 editors, maybe 75 accounts
-];
-
 
 ## Add throttling definitions above.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92d4f599e3befe1973fd7034840425042b4e8ae8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>

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

Reply via email to