From: Leszek Manicki Date: Mon, 17 Jun 2019 09:11:39 +0000 (+0200) Subject: Disable rate limiting in Development Settings X-Git-Tag: 1.31.3~6 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=3d0a7908bfaee2d6a55d8aef46005f280df7cfe8 Disable rate limiting in Development Settings Bug: T225796 Change-Id: I2475a04066d4aaefeba372bd223ef68548a8cf18 --- diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index 96ed56b94d..55f16edb81 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -52,3 +52,6 @@ if ( $logDir ) { $wgDebugLogGroups['error'] = "$logDir/mw-error.log"; } unset( $logDir ); + +// Disable rate-limiting +$wgRateLimits = [];