raise number of offers created to 10 again

This commit is contained in:
Feross Aboukhadijeh 2015-12-05 01:01:23 -08:00
parent fe2ac4ac67
commit 5687a72fdb

View File

@ -44,7 +44,7 @@ WebSocketTracker.prototype.announce = function (opts) {
}
// Limit the number of offers that are generated, since it can be slow
var numwant = Math.min(opts.numwant, 5)
var numwant = Math.min(opts.numwant, 10)
self._generateOffers(numwant, function (offers) {
var params = {