baseline/pacman.conf: Enable parallel downloads

Now that pacman 6 is around, enable parallel downloads to speed up the installation
process. Added to the baseline configuration to also improve the pipeline.
This commit is contained in:
Giancarlo Razzolini 2021-06-29 15:20:39 -03:00
parent 5343f5f6a4
commit d75689b5f7
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -37,7 +37,7 @@ Architecture = auto
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5
ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.