ref: 060e5b7063ec282627dde96ac028f0d40cf05c60
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 )