Reedy has submitted this change and it was merged. Change subject: (bug 48396) Throttle rule for Journées Nationales de Calcul Formel (JNCF) 2013 ......................................................................
(bug 48396) Throttle rule for Journées Nationales de Calcul Formel (JNCF) 2013 From .... 2013-05-21 15:00 UTC To ...... 2013-05-22 12:00 UTC IP ...... 139.124.3.100 Wikis ... fr.wikipedia en.wikipedia commons. Limit ... 70 (for 20-40 expected participants) Change-Id: Ib45a42d226da4f860cf863a8d4ee5cddeedf0464 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 5 deletions(-) Approvals: Reedy: Verified; Looks good to me, approved diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 12c95ce..5bcf520 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -20,11 +20,12 @@ ## Add throttling definitions below. -$wmfThrottlingExceptions[] = array( // Bug 48301 Haifa University workshop - 'from' => '2013-05-12T16:00 +3:00', - 'to' => '2013-05-12T21:00 +3:00', - 'IP' => '132.74.209.225', - 'dbname' => array( 'enwiki', 'hewiki', 'eswiki', 'frwiki', 'ruwiki', 'plwiki' ), +$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, ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/63424 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib45a42d226da4f860cf863a8d4ee5cddeedf0464 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Dereckson <[email protected]> Gerrit-Reviewer: Dereckson <[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
