We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccf7ecf + f7ab1a5 commit 56ae900Copy full SHA for 56ae900
README.md
@@ -183,7 +183,7 @@ qiniu.compressImage(file, options).then(data => {
183
184
* config.useCdnDomain: 表示是否使用 cdn 加速域名,为布尔值,`true` 表示使用,默认为 `false`。
185
* config.disableStatisticsReport: 是否禁用日志报告,为布尔值,默认为 `false`。
186
- * config.uphost: 上传 `host`,类型为 `string`, 如果设定改参数则优先使用该参数作为上传地址,默认为` null`。
+ * config.uphost: 上传 `host`,类型为 `string`, 如果设定该参数则优先使用该参数作为上传地址,默认为 `null`。
187
* config.region: 选择上传域名区域;当为 `null` 或 `undefined` 时,自动分析上传域名区域。
188
* config.retryCount: 上传自动重试次数(整体重试次数,而不是某个分片的重试次数);默认 3 次(即上传失败后最多重试两次);**目前仅在上传过程中产生 `599` 内部错误时生效**,**但是未来很可能会扩展为支持更多的情况**。
189
* config.concurrentRequestLimit: 分片上传的并发请求量,`number`,默认为3;因为浏览器本身也会限制最大并发量,所以最大并发量与浏览器有关。
0 commit comments