1
0
mirror of https://github.com/Jguer/yay.git synced 2025-08-08 15:47:08 +02:00
yay/pkg/settings
vqrkxo e0006ec272
feat(aur): add option to limit concurrent downloads (#1768)
* feat(aur): add option to limit concurrent downloads

Adds to config file option 'maxconcurrentdownloads' which if set to
value != 0, limits number of concurrent AUR downloads to specified.
Fixes #1763.

* fix lint issue
2022-06-28 12:05:29 +02:00
..
exe fix(exec): add --quiet to systemd-run (#1654) 2021-12-20 17:49:25 +01:00
parser fix(cmd): fix support for --defaultconfig (#1767) 2022-06-27 09:48:34 +02:00
args.go feat(search): Add fuzzy name matching and mixed sources (#1719) 2022-03-06 23:48:15 +00:00
config_test.go feat(config): Add version marker (#1720) 2022-03-04 23:30:15 +00:00
config.go feat(aur): add option to limit concurrent downloads (#1768) 2022-06-28 12:05:29 +02:00
dirs_test.go test: use T.TempDir to create temporary test directory (#1709) 2022-02-11 09:30:54 +01:00
dirs.go fix(cache): create build directory if not systemd-run directory. closes #1612 2021-10-15 19:22:28 +02:00
errors.go fix(clean_menu): clean menu errors don't exit yay anymore 2021-10-27 23:45:23 +02:00
runtime.go Add experimental vote util to yay (#1765) 2022-06-17 16:55:22 +00:00