Urbanecm has uploaded a new change for review.

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

Change subject: Throttle for RCL
......................................................................

Throttle for RCL

Bug: T145838
Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 6463f3c..f293123 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,14 @@
        'dbname' => [ 'enwiki', 'frwiki' ],
        'value' => 50 //40 expected
 ];
+$wmgThrottlingExceptions[] = [
+        'from' => '2016-09-21T0:00 -0:00',
+        'to' => '2016-09-22T0:00 -0:00',
+        'range' => [ '142.58.113.128/26', '142.58.128.0/21', 
'207.23.160.0/19', '207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', 
'142.58.168.0/21' ],
+        'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+        'value' => 70 // 50 expected
+];
+
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <martin.urba...@wikimedia.cz>

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

Reply via email to