Skip to content

Commit 0bd182c

Browse files
committed
Lower the default guzzle timeouts; ref pterodactyl#3936
1 parent 5120590 commit 0bd182c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/pterodactyl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
| Configure the timeout to be used for Guzzle connections here.
8585
*/
8686
'guzzle' => [
87-
'timeout' => env('GUZZLE_TIMEOUT', 30),
88-
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 10),
87+
'timeout' => env('GUZZLE_TIMEOUT', 15),
88+
'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 5),
8989
],
9090

9191
/*

0 commit comments

Comments
 (0)