ref: 79c40dcb08f0d512bd6d75d5e2acd3ddceec4530
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 )