ref: af08c84539f9353718604988ba27ae3c466860fc
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 )