Alex Monk has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/333468 )
Change subject: Add account creation throttle exception for event before next window ...................................................................... Add account creation throttle exception for event before next window Bug: T155877 Change-Id: I379fc7d85df143a7ba319094067da0603758e7fd --- M wmf-config/throttle.php 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/68/333468/1 diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index a91c6ef..0a9313c 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -70,6 +70,14 @@ 'value' => 30 // 20 expected ]; +$wmgThrottlingExceptions[] = [ // T155877 + 'from' => '2017-01-23T09:00 +05:30', + 'to' => '2017-01-23T18:00 +05:30', + 'IP' => '117.200.183.66', + 'dbname' => [ 'mrwiki', 'enwiki', 'commonswiki' ], + 'value' => 70 // 50 expected +]; + ## Add throttling definitions above. /** -- To view, visit https://gerrit.wikimedia.org/r/333468 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I379fc7d85df143a7ba319094067da0603758e7fd Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <kren...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits