mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 08:34:45 +02:00
Lower the default guzzle timeouts; ref pterodactyl/panel#3936
This commit is contained in:
parent
5120590e47
commit
0bd182c2a7
@ -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…
x
Reference in New Issue
Block a user