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

Change subject: [throttle] Add new throttle rule+remove expired rules
......................................................................

[throttle] Add new throttle rule+remove expired rules

Bug: T159957
Change-Id: I1cf43cd72c8119536840b9b39283a7e3f40099a1
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 24 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 9854975..d8d9b59 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -39,14 +39,6 @@
        'value' => 200,
 ];
 
-$wmgThrottlingExceptions[] = [ // T158312
-       'from' => '2017-03-08T09:00 +0:00',
-       'to' => '2017-03-08T18:00 +0:00',
-       'IP' => '159.92.230.64',
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value' => 50 // 40 expected
-];
-
 $wmgThrottlingExceptions[] = [ // T158762
        'from' => '2017-03-11T13:00 +0:00',
        'to' => '2017-03-11T21:00 +0:00',
@@ -55,22 +47,6 @@
        'value' => 40 // 30 expected
 ];
 
-$wmgThrottlingExceptions[] = [ // T159454
-       'from' => '2017-03-05T13:30 +0:00',
-       'to' => '2017-03-05T17:30 +0:00',
-       'IP' => '86.53.246.93',
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value' => 50 // 40 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T159461
-       'from' => '2017-03-08T12:00 +0:00',
-       'to' => '2017-03-08T19:00 +0:00',
-       'IP' => '131.111.204.8',
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value' => 100 // 70 expected
-];
-
 $wmgThrottlingExceptions[] = [ // T159803
        'from' => '2017-03-10T18:00 +1:00',
        'to' => '2017-03-10T23:090 +1:00',
@@ -79,6 +55,14 @@
        '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' => 100 // unknown
+];
+
 
 ## Add throttling definitions above.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1cf43cd72c8119536840b9b39283a7e3f40099a1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <martin.urba...@wikimedia.cz>

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

Reply via email to