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

Change subject: [cleanup] Remove expired rules
......................................................................

[cleanup] Remove expired rules

Bug: T161530
Change-Id: I0ad4d2529a5b03e4156673042d68faa8bbc58041
---
M wmf-config/throttle.php
1 file changed, 0 insertions(+), 37 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 09a1477..4e0518b 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,26 +28,6 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[]  = [ // T161402 - BordeauxJS (CUBale)
-       'from' => '2017-03-25T13:00:00+00:00',
-       'to' => '2017-03-25T19:00:00+00:00',
-       'IP' => '37.58.139.53',
-       'dbname' => [ 'frwiki', 'enwiki', 'commonswiki', 'wikidatawiki' ],
-       'value'  => 50,
-];
-
-$wmgThrottlingExceptions[]  = [ // T160619 - Odia Wikipedia's 100 Women 
Editathon:
-       'from'   => '2017-03-18T07:00+05:30',
-       'to'     => '2017-03-19T20:00+05:30',
-       'IP'     => [
-               '111.93.176.73',
-               '117.247.70.19',
-               '103.72.63.6',
-       ],
-       'dbname' => [ 'orwiki', 'hiwiki', 'enwiki', 'commonswiki' ],
-       'value'  => 70, // 25-30 expected participants
-];
-
 $wmgThrottlingExceptions[] = [ // T157504
        'from' => '2017-01-09T00:00:00 UTC',
        'to' =>   '2017-06-31T23:59:59 UTC',
@@ -57,23 +37,6 @@
        ],
        'dbname' => [ 'itwikiversity' ],
        'value' => 200,
-];
-
-// 
https://pt.wikipedia.org/wiki/Wikip%C3%A9dia:Edit-a-thon/Atividades_em_portugu%C3%AAs/Neuroci%C3%AAncia_e_Matem%C3%A1tica_III
-$wmgThrottlingExceptions[] = [ // Requested on IRC
-       'from' => '2017-03-13T17:00 +0:00',
-       'to' => '2017-03-13T20:00 +0:00',
-       'IP' => '143.107.45.11',
-       'dbname' => [ 'ptwiki', 'commonswiki' ],
-       'value' => 30 // 20 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T160427
-       'from' => '2017-03-25T09:00 -5:00',
-       'to' => '2017-03-25T17:00 -5:00',
-       'range' => '129.21.0.0/16',
-       'dbname' => 'enwiki',
-       'value' => 120 // 100 expected
 ];
 
 ## Add throttling definitions above.

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

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