Don't need to set time limit here, already did in setup(), memory_limit still needs...
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 13 Feb 2010 03:27:47 +0000 (03:27 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 13 Feb 2010 03:27:47 +0000 (03:27 +0000)
maintenance/Maintenance.php

index 8dc9d53..3a1c28e 100644 (file)
@@ -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