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