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 @@
50
50
$this->error( "Invalid argument to --procs", true );
51
51
}
52
52
$fc = new ForkController( $procs );
53
- if ( $fc->start( $procs ) != 'child' ) {
53
+ if ( $fc->start() != 'child' ) {
54
54
$this->unlock();
55
55
exit( 0 );
56
56
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r47852
* Added restart-on-error feature to ForkController, changed the interface to ...
tstarling
04:18, 27 February 2009
Status & tagging log
21:15, 7 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r80129
[
removed:
new
added:
ok]