You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Do not specify a default timeout - since requests are now abortable,
killing the connection (e.g. ctrl+c) will tear down long-lived
resources on the node.
fixes: #3161
* @prop {number|string} [timeout] - Amount of time until request should timeout in ms or humand readable. https://www.npmjs.com/package/parse-duration for valid string values.
99
+
* @prop {number|string} [timeout] - Amount of time until request should timeout in ms or human readable. https://www.npmjs.com/package/parse-duration for valid string values.
0 commit comments