Fix typos

This commit is contained in:
2021-12-23 16:14:34 +01:00
parent 07678cacd4
commit 3c461d4570
3 changed files with 16 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ $descriptorspec = array(
);
$cwd = '/tmp';
$env = array('debug' => 'false');
$env = array('debug' => 'false', 'threads' => 100);
$process = proc_open($rs_path . '/bin/check_status', $descriptorspec, $pipes, $cwd, $env);