We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5120590 commit 0bd182cCopy full SHA for 0bd182c
config/pterodactyl.php
@@ -84,8 +84,8 @@
84
| Configure the timeout to be used for Guzzle connections here.
85
*/
86
'guzzle' => [
87
- 'timeout' => env('GUZZLE_TIMEOUT', 30),
88
- 'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 10),
+ 'timeout' => env('GUZZLE_TIMEOUT', 15),
+ 'connect_timeout' => env('GUZZLE_CONNECT_TIMEOUT', 5),
89
],
90
91
/*
0 commit comments