Index: trunk/extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | if( strpos( $proc['args'], 'runJobs.php' ) !== false && |
57 | 57 | strpos( $proc['args'], '--type webVideoTranscode' ) !== false |
58 | 58 | ){ |
59 | | - if( TimedMediaHandler::parseTimeString( $proc['time'] ) > $this->transcodeTimeout ){ |
| 59 | + if( TimedMediaHandler::parseTimeString( $proc['time'] ) > $wgTranscodeBackgroundTimeLimit ){ |
60 | 60 | // should probably "kill" the process |
61 | 61 | |
62 | 62 | } else { |