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

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

New throttle rule

Bug: T170844
Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 43 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 97504ae..c9a67de 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,49 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = [ // T157504
-       'from' => '2017-01-09T00:00:00 UTC',
-       'to' =>   '2017-06-31T23:59:59 UTC',
-       'IP' => [
-               '79.58.14.240',
-               '46.226.205.23',
-       ],
-       'dbname' => [ 'itwikiversity' ],
-       'value' => 200,
-];
-
-$wmgThrottlingExceptions[] = [ // T167201
-       'from'=> '2017-06-16T15:00 UTC',
-       'to' => '2017-06-16T22:00 UTC',
-       'IP' => [
-               '200.72.166.226',
-               '200.91.12.98',
-       ],
-       'dbname' => [ 'eswiki', 'enwiki', 'wikidatawiki', 'commonswiki' ],
-       'value' => 120 // 100 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167517
-       'from'=> '2017-06-13T07:30 UTC',
-       'to' => '2017-06-13T10:30 UTC',
-       'IP' => [
-               '130.209.6.43',
-               '130.209.6.40',
-               '130.209.6.41',
-       ],
-       'dbname' => [ 'enwiki', 'gawiki', 'cywiki', 'gdwiki', 'wikidatawiki', 
'commonswiki' ],
-       'value' => 40 // 30 expected
-];
-
-$wmgThrottlingExceptions[] = [ // T167011
-       'from' => '2017-06-14T08:00 UTC',
-       'to' => '2017-06-14T13:00 UTC',
-       'IP' => [
-               '212.132.132.0/24',
-               '195.188.243.0/24',
-       ],
-       'dbname' => [ 'enwiki', 'wikidatawiki', 'commonswiki' ],
-       'value' => 30 // 20 expected
+$wmgThrottlingExceptions[] = [ // T170844
+       'from' => '2017-07-20T12:00 +5:30',
+       'to' => '2017-07-20T16:00 +5:30',
+       'IP' => [ '1.186.42.68', '111.93.151.106' ],
+       'dbname' => [ 'enwiki', 'commonswiki' ],
+       'value' => 60 // 50 expected
 ];
 
 ## Add throttling definitions above.

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

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