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

Change subject: Improve throttle configuration file
......................................................................


Improve throttle configuration file

* Warning for long term ta. rule defined per T110352
* Removed extraneous whiteline at the end

Change-Id: I7924f4b3780a9086544063d04f603c54a0cde241
---
M wmf-config/throttle.php
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 4078229..074b7f3 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -20,7 +20,7 @@
 #             (default: any project)
 ## Add throttling definitions below.
 
-$wmgThrottlingExceptions[] = array( // T110352
+$wmgThrottlingExceptions[] = array( // T110352 (long term)
        'from'   => '2015-08-29T00:00 +0:00',
        'to'     => '2016-02-28T00:00 +0:00',
        'ip'     => '218.248.16.20',
@@ -97,4 +97,3 @@
                return; # No point in proceeding to another entry
        }
 };
-

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7924f4b3780a9086544063d04f603c54a0cde241
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to