jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/395918 )

Change subject: Rm all past throttle overrides in throttle.php
......................................................................


Rm all past throttle overrides in throttle.php

Change-Id: Id29b4a27e6de9fa3e0c2539f107b7b8570d73275
---
M wmf-config/throttle.php
1 file changed, 0 insertions(+), 16 deletions(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 9824020..4fda250 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,28 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T181360
-       'from' => '2017-11-29T16:00 +1:00',
-       'to' => '2017-11-29T20:00 +1:00',
-       'IP' => '81.246.2.2',
-       'dbname' => [ 'frwiki' ],
-       'value' => 30,
-];
-
 $wmgThrottlingExceptions[] = [ // T180046
        'from' => '2017-12-11T07:00 -0:00',
        'to' => '2017-12-11T19:00 -0:00',
        'range' => '139.18.1.5',
        'dbname' => [ 'dewiki' ],
        'value' => 35, // 30 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T181367
-       'from' => '2017-12-01T17:00 -0:00',
-       'to' => '2017-12-01T20:00 -0:00',
-       'range' => [ '86.49.24.0/21', '86.49.32.0/20', '86.49.48.0/24' ],
-       'dbname' => [ 'cswiki', 'wikidatawiki' ],
-       'value' => 15 // 10 expected
 ];
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id29b4a27e6de9fa3e0c2539f107b7b8570d73275
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zppix <megadev44s.m...@gmail.com>
Gerrit-Reviewer: Thcipriani <tcipri...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to