Skip to content

Commit 488c92c

Browse files
chore: mention unit type in timeout docs
1 parent 448b1fa commit 488c92c

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
@@ -106,6 +106,8 @@ export interface ClientOptions {
106106
*
107107
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
108108
* much longer than this timeout before the promise succeeds or fails.
109+
*
110+
* @unit milliseconds
109111
*/
110112
timeout?: number | undefined;
111113

0 commit comments

Comments
 (0)