Jeremyb has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/99716


Change subject: add throttle exception for queens public lib event
......................................................................

add throttle exception for queens public lib event

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/16/99716/1

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index fd360d7..6cfb214 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -19,19 +19,12 @@
 #             (default: any project)
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = array( // bug 56930
-       'from'   => '2013-11-21T00:00 +0:00',
-       'to'     => '2013-11-24T23:00 +0:00',
-       'IP'     => array( '195.37.186.62' ),
-       'dbname' => array( 'dewiki', 'enwiki', 'dewikisource', 'enwikisource', 
'commonswiki' ),
-       'value'  => 60,
-);
-$wmgThrottlingExceptions[] = array( // bug 57345
-       'from'   => '2013-11-25T08:00 +1:00',
-       'to'     => '2013:11-25T15:00 +1:00',
-       'IP'     => array( '193.152.184.149' ),
-       'dbname' => array( 'cawiki' ),
-       'value'  => 20,
+$wmgThrottlingExceptions[] = array( // bugless; queens public lib event
+       'from'   => '2013-12-06T00:00 +0:00',
+       'to'     => '2013-12-07T00:00 +0:00',
+       'IP'     => array( '207.159.196.253' ),
+       'dbname' => array( 'enwiki' ),
+       'value'  => 45,
 );
 ## Add throttling definitions above.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbd6417a2fce56a42deb6718a0175ac09c2c7cca
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jeremyb <jer...@tuxmachine.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to