r80129 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80128‎ | r80129 | r80130 >
Date:23:07, 12 January 2011
Author:platonides
Status:ok
Tags:
Comment:
Follow up r47852. Unlike forkWorkers(), the start() method doesn't get the $procs parameter.
Modified paths:
  • /trunk/phase3/maintenance/runJobs.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/runJobs.php
@@ -49,7 +49,7 @@
5050 $this->error( "Invalid argument to --procs", true );
5151 }
5252 $fc = new ForkController( $procs );
53 - if ( $fc->start( $procs ) != 'child' ) {
 53+ if ( $fc->start() != 'child' ) {
5454 $this->unlock();
5555 exit( 0 );
5656 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47852* Added restart-on-error feature to ForkController, changed the interface to ...tstarling04:18, 27 February 2009

Status & tagging log