Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 734af13

Browse files
committed
channel = 3
1 parent 907cdb1 commit 734af13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/book.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
WsMsgOnline // 发送在线用户数(和需要时也发历史最高)
2828
)
2929

30-
const MessageQueueLen = 2
30+
const MessageQueueLen = 3
3131

3232
type Message struct {
3333
Type int `json:"type"`

0 commit comments

Comments
 (0)