Luke081515 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/263427

Change subject: Throttle exceptionat commonswiki/hewiki on 2016-01-12
......................................................................

Throttle exceptionat commonswiki/hewiki on 2016-01-12

* Wikis: Commonswiki, hewiki
* 50 participants
* 15-21 UTC+2

Bug: T123161
Change-Id: I613877604ddc4224ae3f47c11b4e9c2cce27e45e
---
M wmf-config/throttle.php
1 file changed, 11 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 814844c..485a60a 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -39,6 +39,17 @@
        'value'  => 50 //30 expected participants
 );
 
+$wmgThrottlingExceptions[] = array( // T123161
+       'from'   => '2016-01-12T15:00 +2:00',
+       'to'     => '2016-01-12T21:00 +2:00',
+       'range'  => array(
+               '132.74.0.0/16',
+               '132.75.0.0/16',
+       ),
+       'dbname' => array( 'hewiki', 'commonswiki' ),
+       'value'  => 50 // 30 expected participants
+);
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I613877604ddc4224ae3f47c11b4e9c2cce27e45e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <luke081...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to