mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #18639 from rhatdan/pull
Increase download progress to 80ch
This commit is contained in:
@ -167,7 +167,7 @@ func DownloadVMImage(downloadURL *url2.URL, imageName string, localImagePath str
|
|||||||
onComplete := prefix + ": done"
|
onComplete := prefix + ": done"
|
||||||
|
|
||||||
p := mpb.New(
|
p := mpb.New(
|
||||||
mpb.WithWidth(60),
|
mpb.WithWidth(80), // Do not go below 80, see bug #17718
|
||||||
mpb.WithRefreshRate(180*time.Millisecond),
|
mpb.WithRefreshRate(180*time.Millisecond),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user