Odder has uploaded a new change for review.

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

Change subject: Account creation throttle exemption for WMCL editathon
......................................................................

Account creation throttle exemption for WMCL editathon

This patch adds an exemption to the account creation throttle
for use at a Wikipedia edit-a-thon to be organised on 2016-11-20
at the Working Class Movement Library in Salford, Manchester.

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


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 52b104a..d086fd5 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -54,6 +54,14 @@
        'value' => 30 //25 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T149443
+       'from' => '2016-11-20T09:00 -0:00',
+       'to' => '2016-11-20T17:00 -0:00',
+       'range' => '146.87.210.102',
+       'dbname' => [ 'enwiki', 'commonswiki' ],
+       'value' => 30
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bafe3a7550ae12d8036889bc28909db413b8c5b
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.com>

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

Reply via email to