From 3bbb3fc516a112460f34193585ae05b360b39b5d Mon Sep 17 00:00:00 2001 From: Lexi <63929325+ShyyLexi@users.noreply.github.com> Date: Wed, 17 Aug 2022 18:14:36 +0000 Subject: [PATCH] Set default parallel downloads on pacman to 3 --- crystal/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/crystal/pacman.conf b/crystal/pacman.conf index f750078..49c07f6 100644 --- a/crystal/pacman.conf +++ b/crystal/pacman.conf @@ -37,6 +37,7 @@ ILoveCandy # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +ParallelDownloads = 3 # 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.