修复创建最大进程数目之后可继续创建
This commit is contained in:
@@ -66,6 +66,8 @@ trait RegisterSignal
|
||||
$this->unsetWorkerStatus($res['pid']);
|
||||
unset($this->processes[$res['pid']]);
|
||||
}
|
||||
// 临时进程数目减少一次
|
||||
$this->temporaryNum -= 1;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user