Threads config support

This commit is contained in:
2021-12-22 20:15:49 +01:00
parent 8aaf241075
commit 625c246ba9
2 changed files with 9 additions and 2 deletions

View File

@@ -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);