Skip to content

Commit 70febb6

Browse files
chore: mention unit type in timeout docs
1 parent 93104ab commit 70febb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export interface ClientOptions {
109109
*
110110
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
111111
* much longer than this timeout before the promise succeeds or fails.
112+
*
113+
* @unit milliseconds
112114
*/
113115
timeout?: number | undefined;
114116

0 commit comments

Comments
 (0)