Update deps (#23)
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
7869a40955
commit
6a50c17cf2
3 changed files with 43 additions and 25 deletions
torrent
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue