mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
cosmetics
This commit is contained in:
@@ -94,7 +94,7 @@ func (bt *BTServer) configure(ctx context.Context) {
|
|||||||
bt.config.PeriodicallyAnnounceTorrentsToDht = true // no peers from DHT with false
|
bt.config.PeriodicallyAnnounceTorrentsToDht = true // no peers from DHT with false
|
||||||
// bt.config.AlwaysWantConns = true
|
// bt.config.AlwaysWantConns = true
|
||||||
bt.config.Debug = settings.BTsets.EnableDebug
|
bt.config.Debug = settings.BTsets.EnableDebug
|
||||||
bt.config.DisableIPv6 = settings.BTsets.EnableIPv6 == false
|
bt.config.DisableIPv6 = !settings.BTsets.EnableIPv6
|
||||||
bt.config.DisableTCP = settings.BTsets.DisableTCP
|
bt.config.DisableTCP = settings.BTsets.DisableTCP
|
||||||
bt.config.DisableUTP = settings.BTsets.DisableUTP
|
bt.config.DisableUTP = settings.BTsets.DisableUTP
|
||||||
// https://github.com/anacrolix/torrent/issues/703
|
// https://github.com/anacrolix/torrent/issues/703
|
||||||
|
|||||||
Reference in New Issue
Block a user