jenkins-bot has submitted this change and it was merged. Change subject: Raise account creation limit for eswiki outreach event ......................................................................
Raise account creation limit for eswiki outreach event Per bug request. Bug: 66491 Change-Id: Ic8474fd889a8f2cac5284be08ec92302d30e8404 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 6 deletions(-) Approvals: Anomie: Looks good to me, but someone else must approve Manybubbles: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 09a9ea2..1dd360b 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -20,12 +20,12 @@ # (default: any project) ## Add throttling definitions below. -$wmgThrottlingExceptions[] = array( // Bug 66033 - 'from' => '2014-06-10T00:00 +0:00', - 'to' => '2014-06-11T00:00 +0:00', - 'IP' => array( '192.114.7.2' ), - 'dbname' => array( 'enwiki', 'hewiki', 'hewikisource', 'commonswiki' ), - 'value' => 100, +$wmgThrottlingExceptions[] = array( // bug 66491 + 'from' => '2014-06-14T13:00 +0:00', + 'to' => '2014-06-14T19:00 +0:00', + 'IP' => array( '200.111.157.50' ), + 'dbname' => array( 'eswiki', 'commonswiki' ), + 'value' => 50, ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/138902 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic8474fd889a8f2cac5284be08ec92302d30e8404 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Odder <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
