jenkins-bot has submitted this change and it was merged. Change subject: Add throttle exception for Haifa University workshop on 12/5/13 ......................................................................
Add throttle exception for Haifa University workshop on 12/5/13 Bug: 48301 Change-Id: Id80a78c95115e45fdb2e667f3ab6ddb11f161f11 --- M wmf-config/throttle.php 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: Ori.livneh: Looks good to me, approved Dereckson: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 22a5124..12c95ce 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -20,11 +20,11 @@ ## Add throttling definitions below. -$wmfThrottlingExceptions[] = array( // Bug 47315, itwiki GLAM event - 'from' => '2013-04-20T11:00 +0:00', - 'to' => '2013-04-20T18:00 +0:00', - 'IP' => '46.255.84.17', - 'dbname' => array( 'itwiki', ), +$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' ), ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/62998 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id80a78c95115e45fdb2e667f3ab6ddb11f161f11 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
