mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
增大信道空间
This commit is contained in:
@@ -71,7 +71,7 @@ type WebsocketServer struct {
|
||||
}
|
||||
|
||||
const (
|
||||
MAX_MSG_COUNT = 4096
|
||||
MAX_MSG_COUNT = 20480
|
||||
)
|
||||
|
||||
func (slf *WebsocketServer) Init(port uint16) {
|
||||
|
||||
Reference in New Issue
Block a user