jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/385377 )
Change subject: Working Class Movement Library (Salford) throttle rule ...................................................................... Working Class Movement Library (Salford) throttle rule This patch adds an exemption to the account creation throttle for use at a Wikipedia edit-a-thon to be organised on 2017-11-19 at the Working Class Movement Library in Salford, Manchester. Bug: T178689 Change-Id: I7b9cfca46f77930b8a281469ef46692234e8d307 --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 9 deletions(-) Approvals: Chad: Looks good to me, approved jenkins-bot: Verified Zoranzoki21: Looks good to me, but someone else must approve diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index feb58e9..5315b4c 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -28,15 +28,12 @@ # ]; ## Add throttling definitions below. -$wmgThrottlingExceptions[] = [ // T177835 - XLDB Clermont-Ferrand - 'from' => '2017-10-12T00:00+02:00', // Central - 'to' => '2017-10-12T23:59+02:00', - 'IP' => [ - '217.128.125.42', - '82.127.41.166', - ], - 'dbname' => [ 'wikidatawiki', 'frwiki', 'enwiki', 'commonswiki' ], - 'value' => 60, // 45 expected participants +$wmgThrottlingExceptions[] = [ // T178689 - Working Class Movement Library (Salford) + 'from' => '2017-11-19T09:00 -0:00', + 'to' => '2017-11-19T17:00 -0:00', + 'IP' => '212.121.214.227', + 'dbname' => [ 'enwiki', 'commonswiki' ], + 'value' => 50, ]; ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/385377 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7b9cfca46f77930b8a281469ef46692234e8d307 Gerrit-PatchSet: 4 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Odder <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Urbanecm <[email protected]> Gerrit-Reviewer: Zoranzoki21 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
