mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -131,10 +131,8 @@ class Forking extends \fork_daemon
|
||||
|
||||
$this->max_work_per_child_set(config('nntmux.multiprocessing_max_child_work'));
|
||||
|
||||
|
||||
$this->child_max_run_time_set(config('nntmux.multiprocessing_max_child_time'));
|
||||
|
||||
|
||||
// Use a single exit method for all children, makes things easier.
|
||||
$this->register_parent_child_exit([0 => $this, 1 => 'childExit']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user