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 9801a63 commit ce8ea41Copy full SHA for ce8ea41
lib/client/websocket-tracker.js
@@ -56,7 +56,7 @@ class WebSocketTracker extends Tracker {
56
this._send(params)
57
} else {
58
// Limit the number of offers that are generated, since it can be slow
59
- const numwant = Math.min(opts.numwant, 10)
+ const numwant = Math.min(opts.numwant, 5)
60
61
this._generateOffers(numwant, offers => {
62
params.numwant = numwant
0 commit comments