From 6f0556810bedd663124e982b9c3b8b4f0bcaade1 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 3 Apr 2019 10:36:48 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/libraries/Forking.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index 6e65aab18..bc29ca245 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -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']);