1
0
Fork 0

Remove unused tracker param

This commit is contained in:
Chocobozzz 2021-01-14 15:10:01 +01:00
parent 56f0876184
commit 53d43fc914
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -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.'))