We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd79a31 commit 51070efCopy full SHA for 51070ef
pubsub.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
const (
14
- subscriberChBufSize = 50
+ subscriberChBufSize = 200
15
16
17
func redisRoomPubSubKey(roomID RoomID) string {
0 commit comments