Remove unused tracker param
This commit is contained in:
parent
56f0876184
commit
53d43fc914
|
@ -22,7 +22,6 @@ const trackerServer = new TrackerServer({
|
||||||
http: false,
|
http: false,
|
||||||
udp: false,
|
udp: false,
|
||||||
ws: false,
|
ws: false,
|
||||||
dht: false,
|
|
||||||
filter: async function (infoHash, params, cb) {
|
filter: async function (infoHash, params, cb) {
|
||||||
if (CONFIG.TRACKER.ENABLED === false) {
|
if (CONFIG.TRACKER.ENABLED === false) {
|
||||||
return cb(new Error('Tracker is disabled on this instance.'))
|
return cb(new Error('Tracker is disabled on this instance.'))
|
||||||
|
|
Loading…
Reference in New Issue