Ori.livneh has submitted this change and it was merged.

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


add throttle exception for queens public lib event

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

Approvals:
  Ori.livneh: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index fd360d7..d5a4d74 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( // Bug 58114
+       '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: merged
Gerrit-Change-Id: Ifbd6417a2fce56a42deb6718a0175ac09c2c7cca
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jeremyb <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to