mirror of
https://github.com/containers/podman.git
synced 2025-05-20 16:47:39 +08:00
Increase download progress to 80ch
Fixes: #17718 [NO NEW TESTS NEEDED] Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:

committed by
Daniel J Walsh

parent
44807eabf1
commit
fe41077d44
@ -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),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user