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

Change subject: New throttle rule for WMUK
......................................................................

New throttle rule for WMUK

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 5ae2b66..0fa0674 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,14 +55,15 @@
        'value' => 40 // 30 expected
 ];
 
-$wmgThrottlingExceptions[] = [ // T158767
-       'from' => '2017-02-22T20:00:00 UTC',
-       'to' =>   '2017-02-25T23:59:59 UTC',
-       'IP' =>   '213.26.151.190',
-       'dbname' => [ 'itwikiversity' ],
-       'value' => 200
+$wmgThrottlingExceptions[] = [ // T159454
+       'from' => '2017-03-05T13:30 +0:00',
+       'to' => '2017-03-05T17:30 +0:00',
+       'IP' => '86.53.246.93',
+       'dbname' => [ 'enwiki', 'commonswiki' ],
+       'value' => 50 // 40 expected
 ];
 
+
 ## Add throttling definitions above.
 
 /**

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

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