We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb8edc commit fa0b3e4Copy full SHA for fa0b3e4
lib/client/websocket-tracker.js
@@ -61,7 +61,7 @@ WebSocketTracker.prototype.announce = function (opts) {
61
self._send(params)
62
} else {
63
// Limit the number of offers that are generated, since it can be slow
64
- var numwant = Math.min(opts.numwant, 5)
+ var numwant = Math.min(opts.numwant, 10)
65
66
self._generateOffers(numwant, function (offers) {
67
params.numwant = numwant
0 commit comments