jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337554 )

Change subject: New throttle rule
......................................................................


New throttle rule

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

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 74d778c..4c37cbc 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -47,6 +47,14 @@
        'value' => 200,
 ];
 
+$wmgThrottlingExceptions[] =[ // T158040
+       'from' => '2017-02-15T14:00 +1:00',
+       'to' => '2017-02-15T18:00 +1:00',
+       'range' => [ '195.113.180.192/26', '2001:718:9::/48' ],
+       'dbname' => [ 'cswiki' ],
+       'value' => 50 // 20-30 expected
+];
+
 ## Add throttling definitions above.
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae5705fd4e3df2726e482269150839d2dfa1fc24
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to