I tried to search for this but failed (english is not my first language)
How can I set the number of packages downloaded in parallel when using yay? I noticed they’re automatically set to more than 1 in a new install on one of my computers so I would like to increase it on my older ones also.
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
# Misc options
ParallelDownloads = 5
$ man pacman.conf
ParallelDownloads = ...
Specifies number of concurrent download streams. The value needs to be a positive integer. If this config op‐
tion is not set then only one download stream is used (i.e. downloads happen sequentially).
To make it completely clear: yay is an aur helper but also a pacman wrapper, so the pacman config as shown above should apply there too, at least for the repo packages. Not sure if it applies to the aur - i think not.
Edit: i just checked - seems it also applies to the AUR.