Skip to content

Commit

Permalink
version to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Sep 13, 2024
1 parent 5bb70c3 commit 8f6b04a
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. 支持归档直读
2 changes: 1 addition & 1 deletion iqshell/storage/object/upload/uploader.go
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit 8f6b04a

Please sign in to comment.