PMCORE-876 The files are not shown, when we create a PM_Table from an external DB
This commit is contained in:
@@ -63,6 +63,9 @@ class MultiProcOpen
|
||||
sleep($this->sleepTime); //this sleep is very important
|
||||
$i = 0;
|
||||
$n = count($processes);
|
||||
if ($n === 0) {
|
||||
return [];
|
||||
}
|
||||
$outputs = [];
|
||||
do {
|
||||
$index = $i % $n;
|
||||
|
||||
Reference in New Issue
Block a user