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