Alex Monk has uploaded a new change for review. https://gerrit.wikimedia.org/r/62998
Change subject: Add throttle exception for Haifa University workshop on 12/5/13 ...................................................................... Add throttle exception for Haifa University workshop on 12/5/13 Change-Id: Id80a78c95115e45fdb2e667f3ab6ddb11f161f11 --- M wmf-config/throttle.php 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/98/62998/1 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: newchange Gerrit-Change-Id: Id80a78c95115e45fdb2e667f3ab6ddb11f161f11 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
