增大信道空间

This commit is contained in:
boyce
2019-04-02 15:34:46 +08:00
parent d15681a1fd
commit b5dd07b883

View File

@@ -71,7 +71,7 @@ type WebsocketServer struct {
}
const (
MAX_MSG_COUNT = 4096
MAX_MSG_COUNT = 20480
)
func (slf *WebsocketServer) Init(port uint16) {