mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Remove unused tracker param
This commit is contained in:
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
Block a user