Skip to content

Commit efede5d

Browse files
YangSen-qnYangSen-qn
and
YangSen-qn
authored
version to v2.15.0 (#416)
Co-authored-by: YangSen-qn <yangsen@qiniu.com>
1 parent 5bb70c3 commit efede5d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.15.0
2+
## 新增
3+
1. buckets 命令列举全量 bucket
4+
2. 上传命令增加额外的 callback 选项
5+
6+
17
# 2.14.0
28
## 新增
39
1. 支持归档直读

iqshell/storage/object/upload/uploader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ var once sync.Once
194194
func uploadSource(info *ApiInfo) (*ApiResult, *data.CodeError) {
195195
once.Do(func() {
196196
storage.SetSettings(&storage.Settings{
197-
TaskQsize: 0,
197+
TaskQsize: info.ResumeWorkerCount,
198198
Workers: info.ResumeWorkerCount,
199199
ChunkSize: 0,
200200
PartSize: 0,

0 commit comments

Comments
 (0)