mirror of
https://github.com/Jguer/yay.git
synced 2025-10-15 00:02:26 -04:00
fix(download): do not garble download output by default (#2283)
limit default concurrent downloads to 1
This commit is contained in:
parent
04c76a404e
commit
299aa1e123
@ -208,7 +208,7 @@ func DefaultConfig(version string) *Configuration {
|
||||
GitFlags: "",
|
||||
BottomUp: true,
|
||||
CompletionInterval: 7,
|
||||
MaxConcurrentDownloads: 0,
|
||||
MaxConcurrentDownloads: 1,
|
||||
SortBy: "votes",
|
||||
SearchBy: "name-desc",
|
||||
SudoLoop: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user