Luke081515 has uploaded a new change for review.

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

Change subject: Set throttle exception for account creation on hewiki and 
commons
......................................................................

Set throttle exception for account creation on hewiki and commons

2015-11-16 and  2015-11-23

Bug: T118122
Change-Id: Ib443bd7b55b84fcea1cf173b137a3941a0b4e899
---
M wmf-config/throttle.php
1 file changed, 14 insertions(+), 36 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 528c175..2c9b76c 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -20,18 +20,6 @@
 #             (default: any project)
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = array( // T116745
-       'from' => '2015-10-27T12:00 +0:00',
-       'to' => '2015-10-27T20:00 +0:00',
-       'ip' => '213.219.164.166',
-       'dbname' => array(
-               'frwikisource',
-               'frwiki',
-               'commonswiki'
-       ),
-       'value' => 50 //45 participants
-);
-
 $wmgThrottlingExceptions[] = array( // T110352
        'from'   => '2015-08-29T00:00 +0:00',
        'to'     => '2016-02-28T00:00 +0:00',
@@ -40,36 +28,26 @@
        'value'  => 50
 );
 
-$wmgThrottlingExceptions[] = array( // T115245
-       'from'   => '2015-10-13T12:00 +1:00',
-       'to'     => '2015-10-13T18:00 +1:00',
+$wmgThrottlingExceptions[] = array( // T118122
+       'from'   => '2015-11-16T06:00 +0:00',
+       'to'     => '2015-11-16T12:00 +0:00',
        'range'     => array(
-               '129.215.133.0/24'
+               '132.74.0.0/16',
+               '132.75.0.0/16',
        ),
-       'dbname' => array( 'enwiki', 'commonswiki' ),
-       'value'  => 30 // 20 participants expected
+       'dbname' => array( 'hewiki', 'commonswiki' ),
+       'value'  => 35 // 25 participants expected
 );
 
-$wmgThrottlingExceptions[] = array( // T115632
-       'from'   => '2015-10-24T09:00 +0:00',
-       'to'     => '2015-10-24T16:00 +0:00',
+$wmgThrottlingExceptions[] = array( // T118122
+       'from'   => '2015-11-23T06:00 +0:00',
+       'to'     => '2015-11-23T12:00 +0:00',
        'range'     => array(
-               '194.113.40.224/28'
+               '132.74.0.0/16',
+               '132.75.0.0/16',
        ),
-       'dbname' => 'dewiki',
-       'value'  => 50
-);
-
-$wmgThrottlingExceptions[] = array( // T116183
-       'from'   => '2015-10-23T09:00 +16:00',
-       'to'     => '2015-10-24T16:00 +18:00',
-       'IP'     => array(
-               '186.67.125.3',
-               '163.247.67.20',
-               '200.72.159.9'
-       ),
-       'dbname' => 'eswiki',
-       'value'  => 40 // 30 participants expected
+       'dbname' => array( 'hewiki', 'commonswiki' ),
+       'value'  => 35 // 25 participants expected
 );
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib443bd7b55b84fcea1cf173b137a3941a0b4e899
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <luke081...@web.de>

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

Reply via email to