[MediaWiki-commits] [Gerrit] Add throttle exception for eswiki at 2015-10-23 - change (operations/mediawiki-config)

2015-10-21 Thread Luke081515 (Code Review)
Luke081515 has uploaded a new change for review.

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

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(-)


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

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: newchange
Gerrit-Change-Id: I697bcf603509ed7cb5e4844084be11c38ba17b1c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Luke081515 

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


[MediaWiki-commits] [Gerrit] Add throttle exception for eswiki at 2015-10-23 - change (operations/mediawiki-config)

2015-10-21 Thread jenkins-bot (Code Review)
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 
Gerrit-Reviewer: Chad 
Gerrit-Reviewer: EBernhardson 
Gerrit-Reviewer: jenkins-bot <>

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