rpc/notify/constants.go
crusader 5dafb388b1 ing
2017-11-22 20:55:10 +09:00

8 lines
160 B
Go

package notify
const (
// DefaultPendingNotifies is the default number of pending messages
// handled by Client and Server.
DefaultPendingNotifies = 1024
)