Skip to content

Commit 132b903

Browse files
chore: mention unit type in timeout docs
1 parent 5b3d838 commit 132b903

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
@@ -208,6 +208,8 @@ export interface ClientOptions {
208208
*
209209
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
210210
* much longer than this timeout before the promise succeeds or fails.
211+
*
212+
* @unit milliseconds
211213
*/
212214
timeout?: number | undefined;
213215

0 commit comments

Comments
 (0)