mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
increase default timeout on backend calls
This commit is contained in:
parent
8d0c2d2308
commit
f2ce49486a
@ -54,7 +54,7 @@ class Backend
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function sendEvent($event, $timeout = 60)
|
||||
public function sendEvent($event, $timeout = 120)
|
||||
{
|
||||
$stream = stream_socket_client('unix://'.$this->configdSocket, $errorNumber, $errorMessage, $timeout);
|
||||
if ($stream === false) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user