Jeremyb has uploaded a new change for review.

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

Change subject: account creation limit for CIS (tewiki) event
......................................................................

account creation limit for CIS (tewiki) event

2014-08-11 - 2014-08-14

[[te:వికీపీడియా:శిక్షణ శిబిరం/విజయవాడ/విజయవాడ 7]]]

Bug: 69385
Change-Id: Ib7bcf1e54c025a3e5094ddfd122324666ba015eb
---
M wmf-config/throttle.php
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 635c2e3..f07f4b4 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -20,12 +20,12 @@
 #             (default: any project)
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = array( // bug 66822
-       'from'   => '2014-06-23T06:00 +5:30',
-       'to'     => '2014-06-23T18:00 +5:30',
-       'IP'     => array( '117.211.82.55' ),
+$wmgThrottlingExceptions[] = array( // bug 69385, CIS/tewiki event
+       'from'   => '2014-08-11T06:00 +5:30',
+       'to'     => '2014-08-14T20:00 +5:30',
+       'IP'     => array( '210.212.222.211' ),
        'dbname' => array( 'tewiki' ),
-       'value'  => 200,
+       'value'  => 1100,
 );
 ## Add throttling definitions above.
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7bcf1e54c025a3e5094ddfd122324666ba015eb
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jeremyb <jer...@tuxmachine.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to