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