usleep 1 million is 1 second

This commit is contained in:
FusionPBX
2021-11-26 21:30:39 -07:00
committed by GitHub
parent bfbfca96e3
commit 7c6ed79d6c

View File

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