Dereckson has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/383354 )
Change subject: Add XLDB2017 workshop throttle rule ...................................................................... Add XLDB2017 workshop throttle rule https://www.wikidata.org/wiki/Wikidata:Events/XLDB2017 New throttle rule: * Event name .... XLDB2017 workshop * Event start ... 2017-10-12 00:00+02:00 * Event end ..... 2017-10-12 23:59+02:00 * IP ............ 217.128.125.42, 82.127.41.166 * Projects ...... wikidatawiki, frwiki, enwiki, commonswiki * Attendees ..... 45 (margin set at 60) Bug: T177835 Change-Id: I16182ec3d354dec3a8e5c5385e7e18282dfccb01 --- M wmf-config/throttle.php 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/54/383354/1 diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 62c29b0..7e701a7 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -28,4 +28,15 @@ # ]; ## 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 +]; + ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/383354 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I16182ec3d354dec3a8e5c5385e7e18282dfccb01 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Dereckson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
