package progress import "time" const ( // DefaultDelay is the default delayed-progress interval. DefaultDelay = time.Second updateInterval = time.Second throughputInterval = 500 * time.Millisecond )
![]() |
index : ~runxiyu/furgit.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
package progress import "time" const ( // DefaultDelay is the default delayed-progress interval. DefaultDelay = time.Second updateInterval = time.Second throughputInterval = 500 * time.Millisecond )