Skip to content

Commit 4a61a4b

Browse files
committed
fix: http.timeout default does not match the documentation
1 parent 7cc26b0 commit 4a61a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resolvers/http.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
/**
2424
* HTTP request timeout (in milliseconds).
2525
*/
26-
timeout: 60_000, // 60 seconds
26+
timeout: 5000, // 5 seconds
2727

2828
/**
2929
* The maximum number of HTTP redirects to follow.

0 commit comments

Comments
 (0)