Skip to content

Commit

Permalink
✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Feb 18, 2020
1 parent e935127 commit db153cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ retryAdapterEnhancer(adapter: AxiosAdapter, options: Options): AxiosAdapter
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:
| Param | Type | Default value | Description |
| ---------------- | ---------------------------------------- | ------------------------------------------------------------ | ---- |
| times | number | 2 | Enables cache for all requests without explicit definition in request config (e.g. `cache: true`) |
| times | number | 2 | Set the retry times for failed request globally. |

#### basic usage

Expand Down

0 comments on commit db153cb

Please sign in to comment.