jenkins-bot has submitted this change and it was merged. Change subject: Lift of IP cap on ta.wikipedia for IP 218.248.16.20 ......................................................................
Lift of IP cap on ta.wikipedia for IP 218.248.16.20 For the next 6 months as there are series of events planned in partnership with an organisation. Removed expired exceptions as well. Bug: T110352 Change-Id: I83418211bd832c3beea12f15592fb29640757885 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 29 deletions(-) Approvals: Alex Monk: Looks good to me, approved Glaisher: Looks good to me, but someone else must approve John F. Lewis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 6e8da90..92a9517 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -20,35 +20,12 @@ # (default: any project) ## Add throttling definitions below. -$wmgThrottlingExceptions[] = array( // T102045 - 'from' => '2015-06-19T00:00 +0:00', - 'to' => '2015-06-20T23:59 +0:00', - 'ip' => array( '85.207.0.16' ), - 'dbname' => array( 'cswiki', 'commonswiki' ), - 'value' => 200, -); - -$wmgThrottlingExceptions[] = array( // T99772 - 'from' => '2015-06-26T13:00 +0:00', - 'to' => '2015-06-27T23:59 +0:00', - 'dbname' => array( 'itwikivoyage' ), - 'value' => 100, // 50 participants expected, but 50K flyers printed -); - -$wmgThrottlingExceptions[] = array( // T103764 - 'from' => '2015-06-26T00:00 +0:00', - 'to' => '2015-06-27T23:59 +0:00', - 'ip' => array( '198.73.209.5' ), - 'dbname' => array( 'enwiki', 'enwikisource' ), - 'value' => 50, // 50 expected max -); - -$wmgThrottlingExceptions[] = array( - 'from' => '2015-07-15T00:00 +0:00', - 'to' => '2015-07-21T00:00 +0:00', - 'ip' => array( '201.149.6.36' ), - 'dbname' => array( 'labswiki' ), - 'value' => 500 +$wmgThrottlingExceptions[] = array( // T110352 + 'from' => '2015-08-29T00:00 +0:00', + 'to' => '2016-02-28T00:00 +0:00', + 'ip' => array( '218.248.16.20' ), + 'dbname' => array( 'tawiki' ), + 'value' => 50 ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/234009 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I83418211bd832c3beea12f15592fb29640757885 Gerrit-PatchSet: 3 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Shanmugamp7 <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Glaisher <[email protected]> Gerrit-Reviewer: John F. Lewis <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
