rpc/constants.go
crusader 6fbd3d2148 ing
2017-11-28 01:22:02 +09:00

12 lines
169 B
Go

package rpc
import cuc "git.loafle.net/commons_go/util/context"
const (
DefaultPendingMessages = 32 * 1024
)
var (
ContentTypeKey = cuc.ContextKey("ContentType")
)