Reedy has submitted this change and it was merged.

Change subject: (bug 49176) Increase account creation limit for itwiki GLAM 
event
......................................................................


(bug 49176) Increase account creation limit for itwiki GLAM event

Per bug request.

Bug: 49176
Change-Id: Ida5295e8c8ff18bd75456595337605aeae4b5dd8
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 13 deletions(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index cf1f45e..40687a3 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -20,19 +20,12 @@
 
 ## Add throttling definitions below.
 
-$wmfThrottlingExceptions[] = array( // Bug 48396 - Journées Nationales de 
Calcul Formel (JNCF) 2013
-       'from'   => '2013-05-21T15:00 +0:00',
-       'to'     => '2013-05-22T12:00 +0:00',
-       'IP'     => '139.124.3.100',
-       'dbname' => array( 'enwiki', 'frwiki', 'commonswiki' ),
-       'value'  => 70,
-);
-
-$wmfThrottlingExceptions[] = array( // Wikimedia Hackathon Amsterdam 2013
-       'from' => '2013-05-26T00:00 +1:00',
-       'to' => '2013-05-27T00:00 +1:00',
-       'IP' => array( '77.170.89.227', '213.127.161.46' ),
-       'value' => 70,
+$wmfThrottlingExceptions[] = array( // bug 49176 it.wiki GLAM event
+       'from'   => '2013-06-08T12:00 +0:00',
+       'to'     => '2013-06-08T17:00 +0:00',
+       'IP'     => '46.255.84.17',
+       'dbname' => array( 'itwiki' ),
+       'value'  => 50,
 );
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ida5295e8c8ff18bd75456595337605aeae4b5dd8
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to