Skip to content

Commit

Permalink
version to v2.15.0 (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: YangSen-qn <[email protected]>
  • Loading branch information
YangSen-qn and YangSen-qn authored Oct 8, 2024
1 parent 5bb70c3 commit efede5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.15.0
## 新增
1. buckets 命令列举全量 bucket
2. 上传命令增加额外的 callback 选项


# 2.14.0
## 新增
1. 支持归档直读
Expand Down
2 changes: 1 addition & 1 deletion iqshell/storage/object/upload/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var once sync.Once
func uploadSource(info *ApiInfo) (*ApiResult, *data.CodeError) {
once.Do(func() {
storage.SetSettings(&storage.Settings{
TaskQsize: 0,
TaskQsize: info.ResumeWorkerCount,
Workers: info.ResumeWorkerCount,
ChunkSize: 0,
PartSize: 0,
Expand Down

0 comments on commit efede5d

Please sign in to comment.