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

Change subject: Added throttle rule for course on Wikipedia at a Medicine 
Faculty campus.
......................................................................


Added throttle rule for course on Wikipedia at a Medicine Faculty campus.

$wmgThrottlingExceptions[] = [ // T180441 - Medicine Faculty campus
       'from'   => '2017-11-14T00:00 +0:00',
       'to'     => '2017-11-22T00:00 +0:00',
       'IP'     => '84.89.157.249',
       'dbname' => [ 'cawiki' ],
       'value'  => 50 // Just in case value is 50
];

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

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 5315b4c..00e97e4 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -36,4 +36,12 @@
        'value' => 50,
 ];
 
+$wmgThrottlingExceptions[] = [ // T180441 - Medicine Faculty campus
+       'from'   => '2017-11-14T00:00 +0:00',
+       'to'     => '2017-11-22T00:00 +0:00',
+       'IP'     => '84.89.157.249',
+       'dbname' => [ 'cawiki' ],
+       'value'  => 50 // Just in case value is 50
+];
+
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc39d8d7562357f78bc38b20932c51999d4cf72c
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: EddieGP <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to