mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
ba7db604c9
commit
bae2b876da
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ class Message implements MessageComponentInterface
|
|||
|
||||
// If it takes longer than 0.01 seconds, add to lastMessageToAllDurationMessages
|
||||
if ($duration > $maxDuration) {
|
||||
$msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration.";
|
||||
$msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration clients=".count($this->clients);
|
||||
_log_message($msg);
|
||||
_error_log($msg, \AVideoLog::$SOCKET);
|
||||
self::$lastMessageToAllDurationMessages[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue