Update event_socket.php

This commit is contained in:
FusionPBX
2022-02-14 14:08:46 -07:00
committed by GitHub
parent 2e62e0316b
commit fe099e4dfb

View File

@@ -72,7 +72,7 @@ class event_socket {
$kv = explode(':', $line, 2);
$content[trim($kv[0])] = trim($kv[1]);
}
usleep(20);
usleep(100);
if (feof($this->fp)) {
break;