What the heck are these abysmal timeouts; closes #2223

This commit is contained in:
Dane Everitt 2020-08-06 20:25:35 -07:00
parent d1a28051f9
commit 95e8492c5d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 7 additions and 4 deletions

View file

@ -85,8 +85,8 @@ return [
| Configure the timeout to be used for Guzzle connections here.
*/
'guzzle' => [
'timeout' => env('GUZZLE_TIMEOUT', 5),
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 3),
'timeout' => env('GUZZLE_TIMEOUT', 30),
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 10),
],
/*