ref: 65a6439638a18e4317e144a0117db7604a2f2940
dir: /internal/progress/constants.go/
package progress import "time" const ( // DefaultDelay is the default delayed-progress interval. DefaultDelay = time.Second updateInterval = time.Second throughputInterval = 500 * time.Millisecond )