Skip to content

Commit

Permalink
dht_net: increase requestResultBuffer to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Sep 17, 2017
1 parent c4f4864 commit eb0cd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dht_net.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type requestResult struct {
err error
}

const requestResultBuffer = 16
const requestResultBuffer = 256

func (dht *IpfsDHT) newMessageSender(p peer.ID) *messageSender {
return &messageSender{p: p, dht: dht}
Expand Down

0 comments on commit eb0cd02

Please sign in to comment.