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 c181020 commit 51e2439Copy full SHA for 51e2439
lib/client/websocket-tracker.js
@@ -57,7 +57,7 @@ WebSocketTracker.prototype.announce = function (opts) {
57
self._send(params)
58
} else {
59
// Limit the number of offers that are generated, since it can be slow
60
- var numwant = Math.min(opts.numwant, 10)
+ var numwant = Math.min(opts.numwant, 5)
61
62
self._generateOffers(numwant, function (offers) {
63
params.numwant = numwant
0 commit comments