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

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

Add new throttle rule

Bug: T171146
Change-Id: Ia3f2688d7cc78ef592594d6c6be0d53cd3209a96
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 6 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 55e7eaf..4174a00 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,12 +28,13 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T170844
-       'from' => '2017-07-20T05:00 +5:30',
-       'to' => '2017-07-20T16:00 +5:30',
-       'IP' => [ '1.186.42.68', '111.93.151.106' ],
-       'dbname' => [ 'enwiki', 'commonswiki' ],
-       'value' => 60 // 50 expected
+
+$wmgThrottlingExceptions[] = [ // T171146
+       'from' => '2017-07-21T07:00 +7:00',
+       'to' => '2017-07-21T15:00 +7:00',
+       'range' => '117.74.120.0/21',
+       'dbname' => [ 'jvwiki', 'idwiki' ],
+       'value' => 150 // 125 pupils/5 classes excepted
 ];
 
 ## Add throttling definitions above.

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

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