DevelopmentSettings: Document why wgRateLimits is disabled

Follows-up 9c52f982d8.

Bug: T225796
Change-Id: I6f7a75d58c61712233134a9d480ce68719d6cb6a
This commit is contained in:
Timo Tijhof 2019-06-18 01:00:41 +01:00 committed by Krinkle
parent 427d803a67
commit 098463b77a

View file

@ -54,5 +54,6 @@ if ( $logDir ) {
}
unset( $logDir );
// Disable rate-limiting
// Disable rate-limiting to allow integration tests to run unthrottled
// in CI and for devs locally (T225796)
$wgRateLimits = [];