mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Add match_prefiles to tmux.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user