From e0c5ac464fac55f15e4573a38908980ced8a87ad Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Fri, 23 Jul 2021 21:43:57 +0200 Subject: [PATCH] Enable parallel downloads --- root/etc/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/pacman.conf b/root/etc/pacman.conf index 6fcf51d..59b1836 100644 --- a/root/etc/pacman.conf +++ b/root/etc/pacman.conf @@ -35,6 +35,7 @@ CheckSpace VerbosePkgLists #DisableDownloadTimeout #ILoveCandy +ParallelDownloads = 8 # 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.