X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDevelopmentSettings.php;h=55f16edb81df6825bdaad522afdad624b5a8c11b;hb=3d74af3e963bdcbbdbd58e65a5efdd7819db5236;hp=a74353ab6bb64a60949d11239c8bac32c8cc9c60;hpb=3ff078137ab823b36000699828c564dabb0ffa55;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DevelopmentSettings.php b/includes/DevelopmentSettings.php index a74353ab6b..55f16edb81 100644 --- a/includes/DevelopmentSettings.php +++ b/includes/DevelopmentSettings.php @@ -38,11 +38,6 @@ $wgShowExceptionDetails = true; $wgShowSQLErrors = true; $wgDebugRawPage = true; // T49960 -// Enable verbose logging -$wgDebugComments = true; -$wgDebugDumpSql = true; -$wgDebugTimestamps = true; - // Enable log files $logDir = getenv( 'MW_LOG_DIR' ); if ( $logDir ) { @@ -57,3 +52,6 @@ if ( $logDir ) { $wgDebugLogGroups['error'] = "$logDir/mw-error.log"; } unset( $logDir ); + +// Disable rate-limiting +$wgRateLimits = [];