Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGiancarlo Razzolini <grazzolini@archlinux.org>2021-06-29 15:20:39 -0300
committerGiancarlo Razzolini <grazzolini@archlinux.org>2021-06-29 15:20:39 -0300
commitd75689b5f7b1d74e13aa690c5781559014fd3993 (patch)
tree96a432f5f918f4774c02b66bcfa03eebce274814 /configs
parent5343f5f6a4f6a0b918bd85f5eb4c3b0f51867dce (diff)
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.
Diffstat (limited to 'configs')
-rw-r--r--configs/baseline/pacman.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/baseline/pacman.conf b/configs/baseline/pacman.conf
index 8d0df6f..adb1ea8 100644
--- a/configs/baseline/pacman.conf
+++ b/configs/baseline/pacman.conf
@@ -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.