Skip to content

Commit 51070ef

Browse files
committed
buffer size: 200
1 parent bd79a31 commit 51070ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
subscriberChBufSize = 50
14+
subscriberChBufSize = 200
1515
)
1616

1717
func redisRoomPubSubKey(roomID RoomID) string {

0 commit comments

Comments
 (0)