[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Add one throttling exception

2017-08-17 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/372189 )

Change subject: Add one throttling exception
..


Add one throttling exception

Bug: T173444
Change-Id: Ic03476494e2f668bf43fe7c5076d21d84b899cc8
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 7 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index f3ec297..1954828 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,13 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-
-$wmgThrottlingExceptions[] = [ // T171146
-   'from' => '2017-07-21T07:00 +7:00',
-   'to' => '2017-07-21T15:00 +7:00',
-   'range' => '117.74.120.0/21',
-   'dbname' => [ 'jvwiki', 'idwiki' ],
-   'value' => 150 // 125 pupils/5 classes excepted
+$wmgThrottlingExceptions[] = [
+   'from' => '2017-09-29T12:00 UTC',
+   'to' => '2017-09-30T02:00 UTC',
+   'range' => [ '186.67.125.0/24', '163.247.67.20/30', '163.247.67.24/29', 
'163.247.67.32/28', '163.247.67.48/29', '163.247.67.56/30', '163.247.67.60/31', 
'163.247.67.62/32' ],
+   'dbname' => [ 'eswiki', 'enwiki', 'commonswiki', 'wikidatawiki' ],
+   'value' => 120 // 100 expected
 ];
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic03476494e2f668bf43fe7c5076d21d84b899cc8
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Florianschmidtwelzow 
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]: Add one throttling exception

2017-08-16 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/372189 )

Change subject: Add one throttling exception
..

Add one throttling exception

Bug: T173444
Change-Id: Ic03476494e2f668bf43fe7c5076d21d84b899cc8
---
M wmf-config/throttle.php
1 file changed, 6 insertions(+), 7 deletions(-)


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

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index f3ec297..a677b70 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -28,13 +28,12 @@
 # ];
 ## Add throttling definitions below.
 
-
-$wmgThrottlingExceptions[] = [ // T171146
-   'from' => '2017-07-21T07:00 +7:00',
-   'to' => '2017-07-21T15:00 +7:00',
-   'range' => '117.74.120.0/21',
-   'dbname' => [ 'jvwiki', 'idwiki' ],
-   'value' => 150 // 125 pupils/5 classes excepted
+$wmgThrottlingExceptions[] = [
+   'from' => '2017-09-29T12:00 UTC',
+   'to' => '2017-09-30T02:00 UTC',
+   'range' => [ '186.67.125.0/24', '163.247.0.0/16' ],
+   'dbname' => [ 'eswiki', 'enwiki', 'commonswiki', 'wikidatawiki' ],
+   'value' => 120 // 100 expected
 ];
 
 ## Add throttling definitions above.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic03476494e2f668bf43fe7c5076d21d84b899cc8
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