diff --git a/core/commands/bittorrent.go b/core/commands/bittorrent.go index 273ba41a4..251cceecd 100644 --- a/core/commands/bittorrent.go +++ b/core/commands/bittorrent.go @@ -271,7 +271,7 @@ var downloadBTCmd = &cmds.Command{ } btfsBinaryPath := "btfs" - cmd := exec.Command(btfsBinaryPath, "add", "-r", t.Name()) + cmd := exec.Command(btfsBinaryPath, "add", "-r", "--pin", t.Name()) go func() { time.Sleep(10 * time.Minute)