jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/365663 )
Change subject: New throttle rule ...................................................................... New throttle rule Bug: T170844 Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf --- M wmf-config/throttle.php 1 file changed, 6 insertions(+), 43 deletions(-) Approvals: Zfilipin: Looks good to me, approved Hashar: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index 97504ae..c9a67de 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -28,49 +28,12 @@ # ]; ## Add throttling definitions below. -$wmgThrottlingExceptions[] = [ // T157504 - 'from' => '2017-01-09T00:00:00 UTC', - 'to' => '2017-06-31T23:59:59 UTC', - 'IP' => [ - '79.58.14.240', - '46.226.205.23', - ], - 'dbname' => [ 'itwikiversity' ], - 'value' => 200, -]; - -$wmgThrottlingExceptions[] = [ // T167201 - 'from'=> '2017-06-16T15:00 UTC', - 'to' => '2017-06-16T22:00 UTC', - 'IP' => [ - '200.72.166.226', - '200.91.12.98', - ], - 'dbname' => [ 'eswiki', 'enwiki', 'wikidatawiki', 'commonswiki' ], - 'value' => 120 // 100 expected -]; - -$wmgThrottlingExceptions[] = [ // T167517 - 'from'=> '2017-06-13T07:30 UTC', - 'to' => '2017-06-13T10:30 UTC', - 'IP' => [ - '130.209.6.43', - '130.209.6.40', - '130.209.6.41', - ], - 'dbname' => [ 'enwiki', 'gawiki', 'cywiki', 'gdwiki', 'wikidatawiki', 'commonswiki' ], - 'value' => 40 // 30 expected -]; - -$wmgThrottlingExceptions[] = [ // T167011 - 'from' => '2017-06-14T08:00 UTC', - 'to' => '2017-06-14T13:00 UTC', - 'IP' => [ - '212.132.132.0/24', - '195.188.243.0/24', - ], - 'dbname' => [ 'enwiki', 'wikidatawiki', 'commonswiki' ], - 'value' => 30 // 20 expected +$wmgThrottlingExceptions[] = [ // T170844 + 'from' => '2017-07-20T12:00 +5:30', + 'to' => '2017-07-20T16:00 +5:30', + 'IP' => [ '1.186.42.68', '111.93.151.106' ], + 'dbname' => [ 'enwiki', 'commonswiki' ], + 'value' => 60 // 50 expected ]; ## Add throttling definitions above. -- To view, visit https://gerrit.wikimedia.org/r/365663 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3ab1b13819afddc9b173b1ccb21c280b8be8bcdf Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Urbanecm <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
