Threads config support
This commit is contained in:
@@ -120,7 +120,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
||||
);
|
||||
|
||||
$cwd = '/tmp';
|
||||
$env = array('debug' => 'false');
|
||||
$env = array('debug' => 'false', 'threads' => $config["threads"]);
|
||||
|
||||
$process = proc_open($rs_path . '/bin/check_status', $descriptorspec, $pipes, $cwd, $env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user