From 8b21723ad662b66b452db35e002b755e325a7d81 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sat, 13 Feb 2010 03:27:47 +0000 Subject: [PATCH] Don't need to set time limit here, already did in setup(), memory_limit still needs calling this late, user might have overriden this in LocalSettings --- maintenance/Maintenance.php | 1 - 1 file changed, 1 deletion(-) diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 8dc9d5324a..3a1c28e934 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -638,7 +638,6 @@ abstract class Maintenance { } $wgShowSQLErrors = true; - @set_time_limit( 0 ); ini_set( 'memory_limit', $this->memoryLimit() ); $wgProfiling = false; // only for Profiler.php mode; avoids OOM errors -- 2.20.1