jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337839 )

Change subject: Add throttle rule for Royal College of Nursing event
......................................................................


Add throttle rule for Royal College of Nursing event

Bug: T158171
Change-Id: I05f1c5b4d43e6513e3e4e2947807e7667ab694a1
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dereckson: Looks good to me, approved



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4c37cbc..2400975 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,14 @@
        'value' => 50 // 20-30 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T158171 - Royal College of Nursing
+       'from' => '2017-02-15T00:00 +0:00',
+       'to' => '2017-02-15T23:59 +0:00',
+       'IP' => '85.115.54.202',
+       'dbname' => [ 'enwiki', 'commonswiki' ],
+       'value' => 100, // expected unknown
+];
+
 ## Add throttling definitions above.
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/337839
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I05f1c5b4d43e6513e3e4e2947807e7667ab694a1
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to