Disable rate limiting in Development Settings
Bug: T225796 Change-Id: I2475a04066d4aaefeba372bd223ef68548a8cf18
This commit is contained in:
parent
8ffabe23a1
commit
9c52f982d8
1 changed files with 3 additions and 0 deletions
|
|
@ -53,3 +53,6 @@ if ( $logDir ) {
|
|||
$wgDebugLogGroups['error'] = "$logDir/mw-error.log";
|
||||
}
|
||||
unset( $logDir );
|
||||
|
||||
// Disable rate-limiting
|
||||
$wgRateLimits = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue