common.go 211 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 package dial import "time" const ( // defaultDialTimeout is default duration the service will wait on // startup to make a connection to either the L1 or L2 backends. defaultDialTimeout = 5 * time.Second )