X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=d2f26b30c6574f9996fce2e21ab1b2ed083f18df;hb=31634739695493e929eeb6c8c1b7fd9c3f5bf826;hp=d1bbcef80fc217a25eb3149e68462bbf15bf0ccc;hpb=5d2ff11bcb6bca08df49baa4c5b25836ac1693bb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index d1bbcef80f..d2f26b30c6 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -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 = [];