mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
enable webseeds support and bump ver for tag
This commit is contained in:
@@ -96,7 +96,7 @@ func (bt *BTServer) configure(ctx context.Context) {
|
||||
bt.config.DisableUTP = settings.BTsets.DisableUTP
|
||||
// https://github.com/anacrolix/torrent/issues/703
|
||||
bt.config.DisableWebtorrent = true // TODO: check memory usage
|
||||
bt.config.DisableWebseeds = true
|
||||
bt.config.DisableWebseeds = false
|
||||
bt.config.NoDefaultPortForwarding = settings.BTsets.DisableUPNP
|
||||
bt.config.NoDHT = settings.BTsets.DisableDHT
|
||||
bt.config.DisablePEX = settings.BTsets.DisablePEX
|
||||
|
||||
Reference in New Issue
Block a user