Urbanecm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295744

Change subject: [cleanup] Delete old throttle rules
......................................................................

[cleanup] Delete old throttle rules

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index e7f3ee6..958addd 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -34,20 +34,6 @@
 /**
  * Helper to easily add a throttling request.
  */
- $wmgThrottlingExceptions[] = [ // T137917
-       'from'   => '2016-06-17T13:00 -5:00',
-       'to'     => '2016-06-17T16:00 -5:00',
-       'IP'     => '181.39.145.67',
-       'dbname' => ['eswiki', 'commonswiki'],
-       'value'  => 30 // 20 expected
-];
-$wmgThrottlingExceptions[] = [ // T137917
-       'from'   => '2016-06-22T13:00 -5:00',
-       'to'     => '2016-06-22T16:00 -5:00',
-       'IP'     => '181.39.156.9',
-       'dbname' => ['eswiki', 'commonswiki'],
-       'value'  => 40 // 30 expected
-];
 $wmgThrottlingExceptions[] = [ // T137917
        'from'   => '2016-06-24T13:00 -5:00',
        'to'     => '2016-06-24T16:00 -5:00',
@@ -68,13 +54,6 @@
        'IP'     => '181.39.138.146 ',
        'dbname' => ['eswiki', 'commonswiki'],
        'value'  => 40 // 30 expected
-];
-$wmgThrottlingExceptions[] = [ // T138322
-       'from'   => '2016-06-21T13:00 -5:00',
-       'to'     => '2016-06-21T16:00 -5:00',
-       'IP'     => '186.3.110.63',
-       'dbname' => ['eswiki', 'commonswiki'],
-       'value'  => 50 // 40 expected
 ];
 $wmgThrottlingExceptions[] = [ // T138322
        'from'   => '2016-06-30T13:00 -5:00',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I82151d7f10be0f6cf80bee05d19acd9c1d57d07d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <mar...@urbanec.cz>

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

Reply via email to