1
0
mirror of https://github.com/nxshock/gwp.git synced 2024-11-27 03:31:02 +05:00
gwp/consts.go

9 lines
124 B
Go
Raw Permalink Normal View History

2021-02-03 20:57:44 +05:00
package gwp
import "time"
const (
defaultProgressUpdatePeriod = time.Second
defaultCalculateEtaPeriod = time.Minute
)