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

Skip to content

Commit 907cdb1

Browse files
committed
message queue -> 2
1 parent 40031e0 commit 907cdb1

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 = 5
30+
const MessageQueueLen = 2
3131

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

0 commit comments

Comments
 (0)