Urbanecm has uploaded a new change for review.

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

Change subject: Throttling exeption for enwiki
......................................................................

Throttling exeption for enwiki

Bug: T138167
Change-Id: I6a764a99ab869b89e2bcffceaacfa6550e0ddf0c
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 2a05564..f51833c 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -62,6 +62,13 @@
        'dbname' => ['eswiki', 'commonswiki'],
        'value'  => 40 // 30 expected
 ];
+$wmgThrottlingExceptions[] = [ // T138167
+       'from'   => '2016-06-29T11:15 -7:00',
+       'to'     => '2016-06-29T12:45 -7:00',
+       'IP'     => '74.3.135.213',
+       'dbname' => 'enwiki',
+       'value'  => 20 // 18 expected
+];
 $wgExtensionFunctions[] = function() {
        global $wmgThrottlingExceptions, $wgDBname, $wgRequest;
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a764a99ab869b89e2bcffceaacfa6550e0ddf0c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <mar...@urbanec.cz>

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

Reply via email to