diff --git a/cmd/progress.go b/cmd/progress.go index a76acf882..d2873f942 100644 --- a/cmd/progress.go +++ b/cmd/progress.go @@ -38,7 +38,7 @@ func startProgress() chan struct{} { } go func() { progressInterval := defaultProgressInterval - if ShowStats() { + if ShowStats() && *statsInterval > 0 { progressInterval = *statsInterval } ticker := time.NewTicker(progressInterval)