Skip to content

Commit 56ae900

Browse files
authored
Merge pull request #378 from qiniu/nighca-patch-1
Update README.md
2 parents ccf7ecf + f7ab1a5 commit 56ae900

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
@@ -183,7 +183,7 @@ qiniu.compressImage(file, options).then(data => {
183183

184184
* config.useCdnDomain: 表示是否使用 cdn 加速域名,为布尔值,`true` 表示使用,默认为 `false`
185185
* config.disableStatisticsReport: 是否禁用日志报告,为布尔值,默认为 `false`
186-
* config.uphost: 上传 `host`,类型为 `string`如果设定改参数则优先使用该参数作为上传地址,默认为` null`
186+
* config.uphost: 上传 `host`,类型为 `string`如果设定该参数则优先使用该参数作为上传地址,默认为 `null`
187187
* config.region: 选择上传域名区域;当为 `null``undefined` 时,自动分析上传域名区域。
188188
* config.retryCount: 上传自动重试次数(整体重试次数,而不是某个分片的重试次数);默认 3 次(即上传失败后最多重试两次);**目前仅在上传过程中产生 `599` 内部错误时生效****但是未来很可能会扩展为支持更多的情况**
189189
* config.concurrentRequestLimit: 分片上传的并发请求量,`number`,默认为3;因为浏览器本身也会限制最大并发量,所以最大并发量与浏览器有关。

0 commit comments

Comments
 (0)