Add match_prefiles to tmux.

This commit is contained in:
DariusIII
2016-03-18 11:36:18 +01:00
parent a5a16c4895
commit 4489ca7676
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
2016-03-18 DariusIII
* Chg: Add match_prefiles to tmux.
2016-03-17 DariusIII
* Chg: Replace 2 occurences of array_push with $array[] in NZB.php to reduce overhead.
* Upd: Change semantics for failed download handling in themes.
+3
View File
@@ -141,6 +141,7 @@ class TmuxRun extends Tmux
$log = $this->writelog($runVar['panes']['one'][3]);
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.3 ' \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/decrypt_hashes.php 1000 $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/match_prefiles.php 10240 show $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['dehash_timer']}' 2>&1 1> /dev/null"
);
break;
@@ -148,6 +149,7 @@ class TmuxRun extends Tmux
$log = $this->writelog($runVar['panes']['one'][3]);
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.3 ' \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/nix/tmux/bin/postprocess_pre.php {$runVar['constants']['pre_lim']} $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/match_prefiles.php 10240 show $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['dehash_timer']}' 2>&1 1> /dev/null"
);
break;
@@ -156,6 +158,7 @@ class TmuxRun extends Tmux
shell_exec("tmux respawnp -t{$runVar['constants']['tmux_session']}:1.3 ' \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/nix/tmux/bin/postprocess_pre.php {$runVar['constants']['pre_lim']} $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/decrypt_hashes.php 1000 $log; \
{$runVar['commands']['_php']} {$runVar['paths']['misc']}update/match_prefiles.php 10240 show $log; \
date +\"{$this->_dateFormat}\"; {$runVar['commands']['_sleep']} {$runVar['settings']['dehash_timer']}' 2>&1 1> /dev/null"
);
break;