mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Less CPU used to listen to event socket.
This commit is contained in:
@@ -72,7 +72,7 @@ class event_socket {
|
||||
$kv = explode(':', $line, 2);
|
||||
$content[trim($kv[0])] = trim($kv[1]);
|
||||
}
|
||||
usleep(100);
|
||||
usleep(1000);
|
||||
|
||||
if (feof($this->fp)) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user