Zoranzoki21 has uploaded a new change for review. ( 
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[] = [
       'from'   => '2017-11-14T00:00 +0:00',
       'to'     => '2017-11-21T00: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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/20/391220/1

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 5315b4c..5acdfbb 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -36,4 +36,12 @@
        'value' => 50,
 ];
 
+$wmgThrottlingExceptions[] = [
+       'from'   => '2017-11-14T00:00 +0:00',
+       'to'     => '2017-11-21T00: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: newchange
Gerrit-Change-Id: Idc39d8d7562357f78bc38b20932c51999d4cf72c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Zoranzoki21 <[email protected]>

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

Reply via email to