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

Change subject: Temporary IP Cap Lift on zh.wiki and commons
......................................................................

Temporary IP Cap Lift on zh.wiki and commons

Bug: T177071
Change-Id: I37f982e8fe04f10a5eb7b516510f2fa7f1c3a87f
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/42/381442/3

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4d3e40f..390ee16 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -44,13 +44,11 @@
        '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[] = [ // T177071 - Tzu Chi University Workshop
+       'from'   => '2017-10-01T18:00 +8:00',
+       'to'     => '2017-10-01T21:00 +8:00',
+       'IP'  =>  '203.68.25.222',
+       'dbname' => [ 'zhwiki', 'commonswiki' ],
+       'value'  => 50,
 ];
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I37f982e8fe04f10a5eb7b516510f2fa7f1c3a87f
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jayprakash12345 <0freerunn...@gmail.com>
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