From d785102efd7908a1c465d67bb61fa17c5f82a178 Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Wed, 13 Apr 2022 02:32:52 +0300 Subject: [PATCH] increase default http socket timeout to 300 secs to account for non-SSD disks. --- config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.php b/config/config.php index 9448aaeb..965a6bf7 100644 --- a/config/config.php +++ b/config/config.php @@ -61,6 +61,7 @@ return (function () { 'headers' => [ 'User-Agent' => 'WatchState/' . ag($config, 'version'), ], + 'timeout' => 300.0, 'extra' => [ 'curl' => [ CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,