Glaisher has uploaded a new change for review.

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

Change subject: Raise account creation throttle at cawiki temporarily
......................................................................

Raise account creation throttle at cawiki temporarily

From---  '2014-10-30T17:00 +1:00'
To---    '2014-10-30T20:00 +1:00'
IP---    '85.192.77.149'
Wiki---  'cawiki'
Value--- '20'

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4b9c1ad..4574997 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,6 +28,14 @@
        'value'  => 90,
 );
 
+$wmgThrottlingExceptions[] = array( // bug 72611
+       'from'   => '2014-10-30T17:00 +1:00',
+       'to'     => '2014-10-30T20:00 +1:00',
+       'IP'  => array( '85.192.77.149' ),
+       'dbname' => array( 'cawiki' ),
+       'value'  => 20,
+);
+
 ## Add throttling definitions above.
 
 ## Helper methods:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic59e67ef5ed275745a758c297d9249c25551b7f8
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Glaisher <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to