From 98eda6b062d78d919405844265534552f1cb7f46 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Sat, 16 Dec 2023 08:24:09 +0100 Subject: [PATCH] remove deprecated community repo enable ParallelDownloads --- data/pacman-default.conf | 3 +-- data/pacman-multilib.conf | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data/pacman-default.conf b/data/pacman-default.conf index 8d33b12..ede3ef5 100644 --- a/data/pacman-default.conf +++ b/data/pacman-default.conf @@ -38,7 +38,7 @@ Architecture = auto # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 4 # 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. @@ -86,4 +86,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - diff --git a/data/pacman-multilib.conf b/data/pacman-multilib.conf index 1b0e339..3189144 100644 --- a/data/pacman-multilib.conf +++ b/data/pacman-multilib.conf @@ -38,7 +38,7 @@ Architecture = auto # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists -#ParallelDownloads = 5 +ParallelDownloads = 4 # 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.