jenkins-bot has submitted this change and it was merged.

Change subject: Lift IP rate limit for Santiago edit-a-thon
......................................................................


Lift IP rate limit for Santiago edit-a-thon

Edit-a-thon organised by Chilean Wikimedians;
see Phabricator task and English Wikipedia
event page for details.

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

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 7f26d07..3e7f845 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,12 +28,12 @@
        'value'  => 25,
 );
 
-$wmgThrottlingExceptions[] = array( // T88791
-       'from'   => '2015-02-11T13:00 +1:00',
-       'to'     => '2015-02-11T15:00 +1:00',
-       'IP'  => array( '213.99.51.130' ),
-       'dbname' => array( 'cawiki' ),
-       'value'  => 25,
+$wmgThrottlingExceptions[] = array( // T90778
+       'from'   => '2015-03-13T17:00 +0:00',
+       'to'     => '2015-03-14T23:00 +0:00',
+       'IP'  => array( '186.67.30.194' ),
+       'dbname' => array( 'eswiki' ),
+       'value'  => 60,
 );
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic755642f32cf9eff8c9fc115fb57c7a8005a6b5c
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to