mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-14 03:16:24 +00:00
raise number of offers created to 10 again
This commit is contained in:
parent
fe2ac4ac67
commit
5687a72fdb
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user