From b1d0fddbbde1a534bf447aa14f63db2c66fe87e2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 7 Jun 2021 09:32:34 +0200 Subject: [PATCH] Enable parallel downloads for pacman --- arch-config/etc/arch-pacman.conf | 1 + arch-config/etc/arco-pacman.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/arch-config/etc/arch-pacman.conf b/arch-config/etc/arch-pacman.conf index a28f0ba2..5b525377 100755 --- a/arch-config/etc/arch-pacman.conf +++ b/arch-config/etc/arch-pacman.conf @@ -36,6 +36,7 @@ Color #CheckSpace VerbosePkgLists ILoveCandy +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. diff --git a/arch-config/etc/arco-pacman.conf b/arch-config/etc/arco-pacman.conf index 8f4db056..cc3fbe09 100755 --- a/arch-config/etc/arco-pacman.conf +++ b/arch-config/etc/arco-pacman.conf @@ -36,6 +36,7 @@ Color #CheckSpace VerbosePkgLists ILoveCandy +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.