change progress bar display rate to 5s to reduce 'spamminess' (#6640)
#6625
This commit is contained in:
parent
7f0c540ef2
commit
9cefd69f0d
@ -61,7 +61,7 @@ func GetDefaultProgressBar() ProgressBar {
|
||||
bar.ShowFinalTime = false
|
||||
bar.SetUnits(pb.U_BYTES)
|
||||
bar.Format("[=>-]")
|
||||
bar.SetRefreshRate(1 * time.Second)
|
||||
bar.SetRefreshRate(5 * time.Second)
|
||||
return bar
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user