@apidevtools/json-schema-ref-parser 11.6.5 → 11.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -44,7 +44,7 @@ exports.default = {
|
|
|
44
44
|
/**
|
|
45
45
|
* HTTP request timeout (in milliseconds).
|
|
46
46
|
*/
|
|
47
|
-
timeout:
|
|
47
|
+
timeout: 60000, // 60 seconds
|
|
48
48
|
/**
|
|
49
49
|
* The maximum number of HTTP redirects to follow.
|
|
50
50
|
* To disable automatic following of redirects, set this to zero.
|
package/lib/resolvers/http.ts
CHANGED