Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342644 )

Change subject: Add new throttle rule
......................................................................

Add new throttle rule

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index e1a117a..394ff68 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -48,6 +48,14 @@
        'value' => 30 // 20 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T160427
+       'from' => '2017-03-25T09:00 -5:00',
+       'to' => '2017-03-25T17:00 -5:00',
+       'range' => '129.21.0.0/16',
+       'dbname' => 'enwiki',
+       'value' => 120 // 100 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I58b574fa8add21b0415faf3ef51d98497ed6b707
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <[email protected]>

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

Reply via email to