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

Change subject: Fix Lift IP cap for account creation for John Michael Kohler 
Art Center - Thur Sept 21, Sun Sept 24 & Tues Sept 26 throttle problem..
......................................................................

Fix Lift IP cap for account creation for John Michael Kohler Art Center - Thur 
Sept 21, Sun Sept 24 & Tues Sept 26 throttle problem..

Bug: T176287
Change-Id: I688118a376335d94bd4b59ce2a07947bde0641ea
---
M wmf-config/throttle.php
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/61/379661/2

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4d3e40f..2f44aca 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,9 +47,7 @@
 $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',
-       ],
+       'IP'  => '192.168.50.52',
        'dbname' => [ 'enwiki', 'commonswiki' ],
        'value'  => 100, // 100 expected participants (not specified)
 ];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I688118a376335d94bd4b59ce2a07947bde0641ea
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 <dori.g...@orion.rs>
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