Glaisher has uploaded a new change for review. https://gerrit.wikimedia.org/r/181955
Change subject: [URGENT] Increase throttle rule on hewiki for public wiki event ...................................................................... [URGENT] Increase throttle rule on hewiki for public wiki event The event is going to start in a few hours. :/ Bug: T85276 Change-Id: I8051ee64bdbb9de6c44b998c70ada0f6c68f35d5 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/55/181955/1 diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index b29135a..db0249b 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -20,12 +20,12 @@ # (default: any project) ## Add throttling definitions below. -$wmgThrottlingExceptions[] = array( // T78752 - 'from' => '2014-12-18T11:00 +2:00', - 'to' => '2014-12-18T20:00 +2:00', - 'range' => array( '132.74.0.0/16', '132.75.0.0/16' ), - 'dbname' => array( 'hewiki', 'commonswiki' ), - 'value' => 55, +$wmgThrottlingExceptions[] = array( // T85276 + 'from' => '2014-12-28T08:00 +2:00', + 'to' => '2014-12-28T19:00 +2:00', + 'range' => array( '81.218.57.61' ), + 'dbname' => array( 'hewiki' ), + 'value' => 85, ); ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/181955 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8051ee64bdbb9de6c44b998c70ada0f6c68f35d5 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Glaisher <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
