Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jul 16, 2023
1 parent a5f9f27 commit 3bb68be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ function onCancel(err) {

// 实例化
const axiosEx = new AxiosExtend({
maxConnections: 30, // 最大同时请求数,默认:0=不限制
unique: true, // 是否取消前面的相似请求,默认:false
retries: 0, // 重试次数,默认:0=不重试
orderly: false, // 是否有序返回,默认:true
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ function onCancel(err) {

// Instantiation
const axiosEx = new AxiosExtend({
maxConnections: 30, // Maximum number of connections, default: 0, no limit
unique: true, // Whether to cancel the previous similar requests, default: false
retries: 0, // Number of retries, default: 0, no retries
orderly: false, // Whether to return in order, default: true
Expand Down

0 comments on commit 3bb68be

Please sign in to comment.