feat: set default timeout to 60s
This commit is contained in:
parent
6bb15490de
commit
a3f0ba00b4
|
@ -60,7 +60,7 @@ class Client extends JsonRpc
|
|||
$this->server_config = $this->config['client'][$k];
|
||||
|
||||
$default = [
|
||||
'timeout' => 3,
|
||||
'timeout' => 60,
|
||||
'allow_redirects' => false,
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user