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

Change subject: New throttle rule
......................................................................

New throttle rule

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0e6724c..ec3f6d6 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,6 +28,14 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[] = [ // T175113
+       'from' => '2017-09-05T0:00 +2:00',
+       'to' => '2017-09-30T0:00 +2:00',
+       'IP' => '93.91.145.154',
+       'dbname' => [ 'cswiki', 'cswikiversity' ], 
+       'value' => 70, // 50 expected
+];
+
 $wmgThrottlingExceptions[] = [
        'from' => '2017-09-29T12:00 UTC',
        'to' => '2017-09-30T02:00 UTC',

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

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