mirror of
https://github.com/Jguer/yay.git
synced 2025-10-17 00:08:33 -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: "",
|
GitFlags: "",
|
||||||
BottomUp: true,
|
BottomUp: true,
|
||||||
CompletionInterval: 7,
|
CompletionInterval: 7,
|
||||||
MaxConcurrentDownloads: 0,
|
MaxConcurrentDownloads: 1,
|
||||||
SortBy: "votes",
|
SortBy: "votes",
|
||||||
SearchBy: "name-desc",
|
SearchBy: "name-desc",
|
||||||
SudoLoop: false,
|
SudoLoop: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user