mirror of
https://github.com/Jguer/yay.git
synced 2025-10-09 00:07:14 -04:00
* 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