From a3f0ba00b4c5ccb0be1d179bf40c491696d6f439 Mon Sep 17 00:00:00 2001 From: xAmast Date: Thu, 13 Jun 2024 06:11:16 +0800 Subject: [PATCH] feat: set default timeout to 60s --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 165995b..6825210 100644 --- a/src/Client.php +++ b/src/Client.php @@ -60,7 +60,7 @@ class Client extends JsonRpc $this->server_config = $this->config['client'][$k]; $default = [ - 'timeout' => 3, + 'timeout' => 60, 'allow_redirects' => false, ];