Hello Urbanecm, Catrope, Melos, jenkins-bot, Samtar, Dereckson,

I'd like you to do a code review.  Please visit

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

to review the following change.


Change subject: Revert "Add John Michael Kohler Art Center throttle rule" 
because rule expired.
......................................................................

Revert "Add John Michael Kohler Art Center throttle rule" because rule expired.

This reverts commit 5ec20ca6593a7fcaa63cd426905c0807e8e64e8b.

Bug: T176287
Change-Id: Ibdf31a13ea51d8f3f0cd68fd33ef43983f092ffe
---
M wmf-config/throttle.php
1 file changed, 22 insertions(+), 8 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4d3e40f..1d83a31 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -44,13 +44,27 @@
        'value' => 120 // 100 expected
 ];
 
-$wmgThrottlingExceptions[] = [ // T176287 - John Michael Kohler Art Center
-       'from'   => '2017-09-21T13:00-05:00', // Central
-       'to'     => '2017-09-26T22:00-05:00',
-       'IP'  => [
-               '192.168.50.52',
-       ],
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value'  => 100, // 100 expected participants (not specified)
+$wmgThrottlingExceptions[] = [ // T175534 (1)
+       'from' => '2017-09-16T10:00 +8:00',
+       'to' => '2017-09-16T17:00 +8:00',
+       'IP' => '140.114.51.248',
+       'dbname' => [ 'commonswiki', 'zhwiki' ],
+       'value' => 80, // 50 expected
+];
+
+$wmgThrottlingExceptions[] = [ // T175534 (2)
+       'from' => '2017-09-17T09:00 +8:00',
+       'to' => '2017-09-17T16:00 +8:00',
+       'IP' => '140.114.51.248',
+       'dbname' => [ 'commonswiki', 'zhwiki' ],
+       'value' => 80, // 50 expected
+];
+
+$wmgThrottlingExceptions[] = [ // T175700
+       'from'   => '2017-09-15T10:00 +1:00',
+       'to'     => '2017-09-15T18:00 +1:00',
+       'range'  => '130.88.64.0/24',
+       'dbname' => [ 'enwiki' ],
+       'value'  => 30 // 20 expected
 ];
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibdf31a13ea51d8f3f0cd68fd33ef43983f092ffe
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 <dori.g...@orion.rs>
Gerrit-Reviewer: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Melos <webme...@gmail.com>
Gerrit-Reviewer: Samtar <s...@tntnet.uk>
Gerrit-Reviewer: Urbanecm <martin.urba...@wikimedia.cz>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to