update comment

This commit is contained in:
yggverse 2024-07-23 01:48:12 +03:00
parent b3e5e59ab8
commit 518dd5ced1

View file

@ -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)
{ {