Lower the default guzzle timeouts; ref pterodactyl/panel#3936
This commit is contained in:
parent
5120590e47
commit
0bd182c2a7
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ return [
|
|||
| Configure the timeout to be used for Guzzle connections here.
|
||||
*/
|
||||
'guzzle' => [
|
||||
'timeout' => env('GUZZLE_TIMEOUT', 30),
|
||||
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 10),
|
||||
'timeout' => env('GUZZLE_TIMEOUT', 15),
|
||||
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 5),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue