rpc-go/const.go

9 lines
120 B
Go
Raw Normal View History

2018-05-02 08:47:34 +00:00
package rpc
import "time"
const (
DefaultPendingRequestCount = 1024
DefaultRequestTimeout = 20 * time.Second
)