TTO has uploaded a new change for review. https://gerrit.wikimedia.org/r/89642
Change subject: Add throttling exception for Philippines editing workshop ...................................................................... Add throttling exception for Philippines editing workshop To be held on 2013-10-19 - lift throttle for selected DBs to 60. I haven't checked out the IP address for any nastiness. Bug: 55687 Change-Id: Icc5c44416133455d2b61137a85420635bac61494 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/42/89642/1 diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index da436b7..e0b16b2 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -19,11 +19,12 @@ # (default: any project) ## Add throttling definitions below. -$wmgThrottlingExceptions[] = array( // https://bugzilla.wikimedia.org/show_bug.cgi?id=54400 - 'from' => '2013-09-21T00:00 +0:00', - 'to' => '2013-09-21T24:00 +0:00', - 'IP' => array( '207.253.195.3' ), - 'value' => 500, +$wmgThrottlingExceptions[] = array( // bug 55687 + 'from' => '2013-10-18T23:00 +0:00', + 'to' => '2013-10-19T11:00 +0:00', + 'IP' => array( '210.4.97.200' ), + 'dbname' => array( 'enwiki', 'tlwiki', 'pamwiki', 'pagwiki', 'commonswiki' ), + 'value' => 60, ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/89642 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icc5c44416133455d2b61137a85420635bac61494 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: TTO <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
