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

Change subject: [throttle] Lift for 2017-01-10+cleanup
......................................................................

[throttle] Lift for 2017-01-10+cleanup

Bug: T154312
Change-Id: I332a61d9866f100d6078914ce80beff834d3630a
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 9 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 8d7bc2b..ee9cace 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -66,7 +66,13 @@
        'value'  => 100 // expected participants are unknown
 ];
 
-// TODO: DBF 2017-01-10
+$wmgThrottlingExceptions[] = [ // T154312
+       'from' => '2017-01-10T10:00 +5:30',
+       'to' => '2017-01-10T20:00 +5:30',
+       'range' => '45.121.3.0/24',
+       'dbname' => $wmgMaharashtraEventsWikis,
+       'value' => 100 // unknown
+];
 
 ///
 /// Other rules
@@ -87,14 +93,6 @@
        'range' => [ '161.23.0.0/16', '138.37.0.0/16', '2a01:56c0::/32' ],
        'dbname' => 'enwiki',
        'value' => 50 // 40 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T154278
-       'from' => '2016-12-30T08:00 +5:45',
-       'to' => '2016-12-30T16:00 +5:45',
-       'IP' => [ '49.244.190.255', '49.244.160.201' ],
-       'dbname' => 'maiwiki',
-       'value' => 30 // 20 expected
 ];
 
 $wmgThrottlingExceptions[] = [ // T154568

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

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