Skip to content

Commit

Permalink
Downloader: Bump up defaults (#11197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jul 17, 2024
1 parent b52d5ef commit c6dc7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ var (
}
TorrentDownloadRateFlag = cli.StringFlag{
Name: "torrent.download.rate",
Value: "16mb",
Value: "128mb",
Usage: "Bytes per second, example: 32mb",
}
TorrentUploadRateFlag = cli.StringFlag{
Expand All @@ -711,7 +711,7 @@ var (
}
TorrentDownloadSlotsFlag = cli.IntFlag{
Name: "torrent.download.slots",
Value: 6,
Value: 128,
Usage: "Amount of files to download in parallel. If network has enough seeders 1-3 slot enough, if network has lack of seeders increase to 5-7 (too big value will slow down everything).",
}
TorrentStaticPeersFlag = cli.StringFlag{
Expand Down

0 comments on commit c6dc7c0

Please sign in to comment.