Update deps ()

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
Antonio Navarro Perez 2020-11-16 19:20:17 +01:00 committed by GitHub
parent 7869a40955
commit 6a50c17cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 43 additions and 25 deletions
torrent

View file

@ -11,7 +11,6 @@ func NewClient(st storage.ClientImpl) (*torrent.Client, error) {
torrentCfg := torrent.NewDefaultClientConfig()
torrentCfg.Logger = log.Discard
torrentCfg.Seed = true
torrentCfg.DisableTCP = true
torrentCfg.DefaultStorage = st
return torrent.NewClient(torrentCfg)