Jeremyb has uploaded a new change for review.

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


Change subject: bug 46686 - raise throttle for itwiki GLAM event
......................................................................

bug 46686 - raise throttle for itwiki GLAM event

Bug: 46686
Change-Id: Id9ae600ac0cdea0ca642ca0c6960005f271f8807
---
M wmf-config/throttle.php
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0a93d52..3eac59f 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -20,11 +20,11 @@
 
 ## Add throttling definitions below.
 
-$wmfThrottlingExceptions[] = array( // Bug 46686 - gu. workshop
-       'from'   => '2013-03-29T09:00 +0:00',
-       'to'     => '2013-03-30T05:30 +0:00',
-       'IP'     => '14.139.122.82',
-       'dbname' => array( 'guwiki', ),
+$wmfThrottlingExceptions[] = array( // Bug 47221, itwiki GLAM event
+       'from'   => '2013-04-15T10:00 +0:00',
+       'to'     => '2013-04-15T17:00 +0:00',
+       'IP'     => '159.213.138.5',
+       'dbname' => array( 'itwiki', ),
        'value'  => 100,
 );
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9ae600ac0cdea0ca642ca0c6960005f271f8807
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