Dereckson has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/334456 )
Change subject: Fix throttle rule for Her Girl Friday + Lenny Unconference ...................................................................... Fix throttle rule for Her Girl Friday + Lenny Unconference Bug: T156278 Change-Id: I23dcd3b6477144ed556d575a9c55ccb12198ae18 --- M wmf-config/throttle.php 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/56/334456/1 diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php index f784916..7b33eeb 100644 --- a/wmf-config/throttle.php +++ b/wmf-config/throttle.php @@ -89,7 +89,11 @@ $wmgThrottlingExceptions[] = [ // T156278 'from' => '2017-01-28T09:00 -5:00', 'to' => '2017-01-28T18:00 -5:00', - 'IP' => '104.130.254.117', + 'IP' => [ + '104.130.254.117', + '207.87.175.130', + '4.15.214.210', + ], 'dbname' => [ 'enwiki' ], 'value' => 250 // max 200 expected ]; -- To view, visit https://gerrit.wikimedia.org/r/334456 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I23dcd3b6477144ed556d575a9c55ccb12198ae18 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Dereckson <dereck...@espace-win.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits