mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
b3e5e59ab8
commit
518dd5ced1
1 changed files with 1 additions and 2 deletions
|
|
@ -248,8 +248,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
|
|||
string $request
|
||||
): void
|
||||
{
|
||||
// Not wait for database record
|
||||
$pid = pcntl_fork();
|
||||
$pid = pcntl_fork(); // not wait
|
||||
|
||||
if ($pid === 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue