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

Change subject: Add one throttling exception
......................................................................

Add one throttling exception

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index f3ec297..a677b70 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,13 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-
-$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
+$wmgThrottlingExceptions[] = [
+       'from' => '2017-09-29T12:00 UTC',
+       'to' => '2017-09-30T02:00 UTC',
+       'range' => [ '186.67.125.0/24', '163.247.0.0/16' ],
+       'dbname' => [ 'eswiki', 'enwiki', 'commonswiki', 'wikidatawiki' ],
+       'value' => 120 // 100 expected
 ];
 
 ## Add throttling definitions above.

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

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