mirror of
https://github.com/logos-storage/bittorrent-tracker.git
synced 2026-01-05 22:43:08 +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…
x
Reference in New Issue
Block a user