jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/393442 )
Change subject: IP cap lift for Semaine contributive 2017-2018 ...................................................................... IP cap lift for Semaine contributive 2017-2018 Bug: T181360 Change-Id: I4191bcd26867540b029915504682e6449e5ad4d6 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 14 deletions(-) Approvals: Zfilipin: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 9a4c6a3..b1fc983 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -28,20 +28,12 @@ # ]; ## Add throttling definitions below. -$wmgThrottlingExceptions[] = [ // T178689 - Working Class Movement Library (Salford) - 'from' => '2017-11-19T09:00 -0:00', - 'to' => '2017-11-19T17:00 -0:00', - 'IP' => '212.121.214.227', - 'dbname' => [ 'enwiki', 'commonswiki' ], - 'value' => 50, -]; - -$wmgThrottlingExceptions[] = [ // T180441 - Medicine Faculty campus - 'from' => '2017-11-14T00:00 +0:00', - 'to' => '2017-11-22T00:00 +0:00', - 'IP' => '84.89.157.249', - 'dbname' => [ 'cawiki' ], - 'value' => 50 // Just in case value is 50 +$wmgThrottlingExceptions[] = [ // T181360 + 'from' => '2017-11-29T16:00 +1:00', + 'to' => '2017-11-29T20:00 +1:00', + 'IP' => '81.246.2.2', + 'dbname' => [ 'frwiki' ], + 'value' => 30, ]; $wmgThrottlingExceptions[] = [ // T180046 -- To view, visit https://gerrit.wikimedia.org/r/393442 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4191bcd26867540b029915504682e6449e5ad4d6 Gerrit-PatchSet: 7 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Jayprakash12345 <[email protected]> Gerrit-Reviewer: Jayprakash12345 <[email protected]> Gerrit-Reviewer: TerraCodes <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: Zoranzoki21 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
