jenkins-bot has submitted this change and it was merged.

Change subject: Add throttle exception for eswiki at 2015-10-23
......................................................................


Add throttle exception for eswiki at 2015-10-23

Lift limit to 40 users for three IPs, only at eswiki

Bug: T116183
Change-Id: I697bcf603509ed7cb5e4844084be11c38ba17b1c
---
M wmf-config/throttle.php
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 1fcfaa2..35f0cd3 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -48,6 +48,18 @@
        'value'  => 50
 );
 
+$wmgThrottlingExceptions[] = array( // T116183
+       'from'   => '2015-10-23T09:00 +16:00',
+       'to'     => '2015-10-24T16:00 +18:00',
+       'IP'     => array(
+               '186.67.125.3',
+               '163.247.67.20',
+               '200.72.159.9'
+       ),
+       'dbname' => 'eswiki',
+       'value'  => 40 // 30 participants expected
+);
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I697bcf603509ed7cb5e4844084be11c38ba17b1c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 <luke081...@web.de>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
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