mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Update Forking class
This commit is contained in:
@@ -166,7 +166,7 @@ class Forking extends \fork_daemon
|
||||
$this->outputType = self::OUTPUT_REALTIME;
|
||||
}
|
||||
|
||||
$this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run'.DS.'switch.php "php ';
|
||||
$this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run/switch.php "php ';
|
||||
|
||||
$this->maxSize = (int) Settings::settingValue('..maxsizetoprocessnfo');
|
||||
$this->minSize = (int) Settings::settingValue('..minsizetoprocessnfo');
|
||||
|
||||
Reference in New Issue
Block a user