jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/339172 )
Change subject: New throttle rule ...................................................................... New throttle rule Wikis: es.wikipedia.org; en.wikipedia.org IP address: 200.72.159.4 Timeframe: March 11 2017 13:00 UTC to March 11 2017 21:00 Wikipage of the event: https://es.wikipedia.org/wiki/Wikipedia:Encuentros/Editat%C3%B3n_del_D%C3%ADa_de_la_Mujer_2017_(Chile) Attendees: 30 (limit raised to 40) Bug: T158762 Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f --- M wmf-config/throttle.php 1 file changed, 8 insertions(+), 0 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 3113d81..0754701 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -79,6 +79,14 @@ 'value' => 50 // 40 expected ]; +$wmgThrottlingExceptions[] = [ // T158762 + 'from' => '2017-03-11T13:00 +0:00', + 'to' => '2017-03-11T21:00 +0:00', + 'IP' => '200.72.159.4', + 'dbname' => [ 'eswiki', 'enwiki' ], + 'value' => 40 // 30 expected +]; + ## Add throttling definitions above. /** -- To view, visit https://gerrit.wikimedia.org/r/339172 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I762ff2d2e8986f824e25cf3475f1199271b12b0f Gerrit-PatchSet: 3 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Urbanecm <[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
