Skip to content

Commit 844cfb6

Browse files
Add note about retry in timeout documentation (#2298)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 944caa8 commit 844cfb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

documentation/6-timeout.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Source code: [`source/core/timed-out.ts`](../source/core/timed-out.ts)
77
It is a good practice to set a timeout to prevent hanging requests.\
88
By default, there is no timeout set.
99

10+
Note: The [`retry` configuration](7-retry.md) also applies to timeouts.
11+
1012
**All numbers refer to milliseconds.**
1113

1214
```js

0 commit comments

Comments
 (0)