[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttling rule for RCL

2016-09-19 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Throttling rule for RCL
..


Throttling rule for RCL

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

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index ae5d117..6fec0ce 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -56,13 +56,12 @@
'value' => 50 //40 expected
 ];
 $wmgThrottlingExceptions[] = [ // T145838
-'from' => '2016-09-21T9:00 -8:00',
-'to' => '2016-09-21T17:00 -8:00',
-'range' => [ '142.58.113.128/26', '142.58.128.0/21', 
'207.23.160.0/19', '207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', 
'142.58.168.0/21' ],
-'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
-'value' => 70 // 50 expected
+   'from' => '2016-09-19T8:00 -8:00',
+   'to' => '2016-09-19T17:00 -8:00',
+   'range' => [ '142.58.113.128/26', '142.58.128.0/21', '207.23.160.0/19', 
'207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', '142.58.168.0/21' ],
+   'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+   'value' => 70 // 50 expected
 ];
-
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c107e0778af6bad82ca85bb4cea259f72f7018e
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttling rule for RCL

2016-09-15 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review.

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

Change subject: Throttling rule for RCL
..

Throttling rule for RCL

Bug: T145838
Change-Id: I9c107e0778af6bad82ca85bb4cea259f72f7018e
---
M wmf-config/throttle.php
1 file changed, 7 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 6463f3c..e491226 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,13 @@
'dbname' => [ 'enwiki', 'frwiki' ],
'value' => 50 //40 expected
 ];
+$wmgThrottlingExceptions[] = [
+   'from' => '2016-09-19T0:00 -0:00',
+   'to' => '2016-09-20T0:00 -0:00',
+   'range' => [ '142.58.113.128/26', '142.58.128.0/21', '207.23.160.0/19', 
'207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', '142.58.168.0/21' ],
+   'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+   'value' => 70 // 50 expected
+];
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c107e0778af6bad82ca85bb4cea259f72f7018e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

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