diff --git a/config/pterodactyl.php b/config/pterodactyl.php index b7cd12559..e21d1859f 100644 --- a/config/pterodactyl.php +++ b/config/pterodactyl.php @@ -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), ], /*