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 5e7d7a6 commit abacc02Copy full SHA for abacc02
README.md
@@ -217,7 +217,7 @@ This is the array which is used to construct the request to be sent. The availab
217
// - Node "only" => Stream, Buffer
218
"data" => [],
219
220
- // `timeout` specifies the number of milliseconds before the request times out.
+ // `timeout` specifies the number of seconds before the request times out.
221
// If the request takes longer than `timeout`, the request will be aborted.
222
"timeout" => 0, // default is `0` (no timeout)
223
0 commit comments