feat: set default timeout to 60s

This commit is contained in:
xAmast 2024-06-13 06:11:16 +08:00
parent 6bb15490de
commit a3f0ba00b4

View File

@ -60,7 +60,7 @@ class Client extends JsonRpc
$this->server_config = $this->config['client'][$k]; $this->server_config = $this->config['client'][$k];
$default = [ $default = [
'timeout' => 3, 'timeout' => 60,
'allow_redirects' => false, 'allow_redirects' => false,
]; ];