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.
1 parent 5bb70c3 commit efede5dCopy full SHA for efede5d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.15.0
2
+## 新增
3
+1. buckets 命令列举全量 bucket
4
+2. 上传命令增加额外的 callback 选项
5
+
6
7
# 2.14.0
8
## 新增
9
1. 支持归档直读
iqshell/storage/object/upload/uploader.go
@@ -194,7 +194,7 @@ var once sync.Once
194
func uploadSource(info *ApiInfo) (*ApiResult, *data.CodeError) {
195
once.Do(func() {
196
storage.SetSettings(&storage.Settings{
197
- TaskQsize: 0,
+ TaskQsize: info.ResumeWorkerCount,
198
Workers: info.ResumeWorkerCount,
199
ChunkSize: 0,
200
PartSize: 0,
0 commit comments