rpc/notify/constants.go

8 lines
160 B
Go
Raw Normal View History

2017-11-22 11:55:10 +00:00
package notify
const (
// DefaultPendingNotifies is the default number of pending messages
// handled by Client and Server.
DefaultPendingNotifies = 1024
)