increase default http socket timeout to 300 secs to account for non-SSD disks.
This commit is contained in:
@@ -61,6 +61,7 @@ return (function () {
|
||||
'headers' => [
|
||||
'User-Agent' => 'WatchState/' . ag($config, 'version'),
|
||||
],
|
||||
'timeout' => 300.0,
|
||||
'extra' => [
|
||||
'curl' => [
|
||||
CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4,
|
||||
|
||||
Reference in New Issue
Block a user