Skip to content

Commit 3b2ddfb

Browse files
authored
Merge pull request #87 from honeybadger-io/client-timeout
Set default client timeout
2 parents 92bc254 + ff0734a commit 3b2ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/honeybadger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
* See https://docs.guzzlephp.org/en/stable/request-options.html for a description of each item,.
8484
*/
8585
'client' => [
86-
'timeout' => 0,
86+
'timeout' => 15,
8787
'proxy' => [],
8888
'verify' => env('HONEYBADGER_VERIFY_SSL', true),
8989
],

0 commit comments

Comments
 (0)