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

Change subject: Add throttle rule for BordeauxJS
......................................................................


Add throttle rule for BordeauxJS

Bug: T161402
Change-Id: I6bdcb11a9b1bea48037b67006eb428355815299c
---
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 9a421a8..6ce9667 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,6 +28,14 @@
 # ];
 ## Add throttling definitions below.
 
+$wmgThrottlingExceptions[]  = [ // T161402 - BordeauxJS (CUBale)
+       'from' => '2017-03-25T13:00:00+00:00',
+       'to' => '2017-03-25T19:00:00+00:00',
+       'IP' => '37.58.139.53',
+       'dbname' => [ 'frwiki', 'enwiki', 'commonswiki' ],
+       'value'  => 50,
+];
+
 $wmgThrottlingExceptions[]  = [ // T160619 - Odia Wikipedia's 100 Women 
Editathon:
        'from'   => '2017-03-18T07:00+05:30',
        'to'     => '2017-03-19T20:00+05:30',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6bdcb11a9b1bea48037b67006eb428355815299c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[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