Skip to content

Commit db153cb

Browse files
committed
✏️
1 parent e935127 commit db153cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ retryAdapterEnhancer(adapter: AxiosAdapter, options: Options): AxiosAdapter
203203
Where `adapter` is an axios adapter which following the [axios adapter standard](https://github.com/axios/axios/blob/master/lib/adapters/README.md), `options` is an optional that configuring caching:
204204
| Param | Type | Default value | Description |
205205
| ---------------- | ---------------------------------------- | ------------------------------------------------------------ | ---- |
206-
| times | number | 2 | Enables cache for all requests without explicit definition in request config (e.g. `cache: true`) |
206+
| times | number | 2 | Set the retry times for failed request globally. |
207207

208208
#### basic usage
209209

0 commit comments

Comments
 (0)