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
): void
{
// Not wait for database record
$pid = pcntl_fork();
$pid = pcntl_fork(); // not wait
if ($pid === 0)
{