8 lines
160 B
Go
8 lines
160 B
Go
|
package notify
|
||
|
|
||
|
const (
|
||
|
// DefaultPendingNotifies is the default number of pending messages
|
||
|
// handled by Client and Server.
|
||
|
DefaultPendingNotifies = 1024
|
||
|
)
|