Merge pull request #18639 from rhatdan/pull

Increase download progress to 80ch
This commit is contained in:
OpenShift Merge Robot
2023-05-22 11:59:30 -04:00
committed by GitHub

View File

@ -167,7 +167,7 @@ func DownloadVMImage(downloadURL *url2.URL, imageName string, localImagePath str
onComplete := prefix + ": done"
p := mpb.New(
mpb.WithWidth(60),
mpb.WithWidth(80), // Do not go below 80, see bug #17718
mpb.WithRefreshRate(180*time.Millisecond),
)