increase the size of the send queue

This commit is contained in:
Marten Seemann 2021-01-20 14:45:18 +08:00
parent 53b1cbb501
commit 37337597bd
2 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@ type sendQueue struct {
var _ sender = &sendQueue{}
const sendQueueCapacity = 1
const sendQueueCapacity = 8
func newSendQueue(conn sendConn) sender {
return &sendQueue{