Skip to content

Commit

Permalink
Increase send subscription buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mengelbart committed Jul 1, 2024
1 parent a0029b3 commit 5e0485c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func newSendSubscription(conn Connection, subscribeID, trackAlias uint64, namesp
namespace: namespace,
trackname: trackname,
conn: conn,
objectCh: make(chan Object, 64),
objectCh: make(chan Object, 1024),
trackHeaderStream: nil,
groupHeaderStreams: map[uint64]*groupHeaderStream{},
}
Expand Down

0 comments on commit 5e0485c

Please sign in to comment.