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 fe2ac4a commit 5687a72Copy full SHA for 5687a72
lib/client/websocket-tracker.js
@@ -44,7 +44,7 @@ WebSocketTracker.prototype.announce = function (opts) {
44
}
45
46
// Limit the number of offers that are generated, since it can be slow
47
- var numwant = Math.min(opts.numwant, 5)
+ var numwant = Math.min(opts.numwant, 10)
48
49
self._generateOffers(numwant, function (offers) {
50
var params = {
0 commit comments