mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Use only complete threaded update for binaries
This commit is contained in:
@@ -89,9 +89,6 @@ while ($runVar['counts']['iterations'] > 0) {
|
||||
|
||||
switch ((int) $runVar['settings']['binaries_run']) {
|
||||
case 1:
|
||||
$runVar['scripts']['binaries'] = "{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/multiprocessing/binaries.php 0";
|
||||
break;
|
||||
case 2:
|
||||
$runVar['scripts']['binaries'] = "{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/multiprocessing/safe.php binaries";
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user