mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
string $request
|
||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
// Not wait for database record
|
$pid = pcntl_fork(); // not wait
|
||||||
$pid = pcntl_fork();
|
|
||||||
|
|
||||||
if ($pid === 0)
|
if ($pid === 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue