|
|
|
@@ -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" { |
|
|
|
|