jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/357233 )

Change subject: Lift IP throttle for Wikipedia workshop (14 June 2017)
......................................................................


Lift IP throttle for Wikipedia workshop (14 June 2017)

Wikis: enwiki, commons, wikidata (I suppose, see the task)
Date: 2017-06-14
Time: 09:00 (UTC+1) to 14:00 (UTC+1)
Expected number of attendees: 20
IP addresses: 212.132.132.0/24 and 195.188.243.0/24

Bug: T167011
Change-Id: I4a5263f90b783c00c0c7b4377ac9f6c90edfa683
---
M wmf-config/throttle.php
1 file changed, 11 insertions(+), 8 deletions(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 992d420..c555bb1 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -39,14 +39,6 @@
        'value' => 200,
 ];
 
-$wmgThrottlingExceptions[] = [ // T166619
-       'from' => '2017-06-01T17:00 UTC',
-       'to' => '2017-06-01T21:00 UTC',
-       'IP' => '189.90.160.22',
-       'dbname' => [ 'ptwiki', 'wikidatawiki', 'commonswiki' ],
-       'value' => 20 // 10 expected
-];
-
 $wmgThrottlingExceptions[] = [ // T167201
        'from'=> '2017-06-16T15:00 UTC',
        'to' => '2017-06-16T22:00 UTC',
@@ -70,6 +62,17 @@
        'value' => 40 // 30 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T167011
+       'from' => '2017-06-14T08:00 UTC',
+       'to' => '2017-06-14T13:00 UTC',
+       'IP' => [
+               '212.132.132.0/24',
+               '195.188.243.0/24',
+       ],
+       'dbname' => [ 'enwiki', 'wikidatawiki', 'commonswiki' ],
+       'value' => 30 // 20 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4a5263f90b783c00c0c7b4377ac9f6c90edfa683
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Framawiki <framaw...@tools.wmflabs.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Thcipriani <tcipri...@wikimedia.org>
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