Browse Source

提交代码

tags/v1.22.4.1^2
ychao_1983 3 years ago
parent
commit
3226e96759
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/cloudbrain/resty.go

+ 1
- 1
modules/cloudbrain/resty.go View File

@@ -305,7 +305,7 @@ func updateImageStatus(image models.Image) {
commitSuccess := false
time.Sleep(5 * time.Second)
for i := 0; i < attemps; i++ {
pageSize := models.GetCommittingImageCount()
pageSize := 15

result, err := GetImagesPageable(1, pageSize, Custom, "")
if err == nil && result.Code == "S000" {


Loading…
Cancel
Save