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,