remove deprecated community repo

enable ParallelDownloads
This commit is contained in:
Frede Hundewadt 2023-12-16 08:24:09 +01:00
parent 8129e5d45a
commit 98eda6b062
2 changed files with 2 additions and 3 deletions

View file

@ -38,7 +38,7 @@ Architecture = auto
# We cannot check disk space from within a chroot environment # We cannot check disk space from within a chroot environment
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
#ParallelDownloads = 5 ParallelDownloads = 4
# By default, pacman accepts packages signed by keys that its local keyring # 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. # trusts (see pacman-key and its man page), as well as unsigned packages.
@ -86,4 +86,3 @@ Include = /etc/pacman.d/mirrorlist
#[custom] #[custom]
#SigLevel = Optional TrustAll #SigLevel = Optional TrustAll
#Server = file:///home/custompkgs #Server = file:///home/custompkgs

View file

@ -38,7 +38,7 @@ Architecture = auto
# We cannot check disk space from within a chroot environment # We cannot check disk space from within a chroot environment
#CheckSpace #CheckSpace
#VerbosePkgLists #VerbosePkgLists
#ParallelDownloads = 5 ParallelDownloads = 4
# By default, pacman accepts packages signed by keys that its local keyring # 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. # trusts (see pacman-key and its man page), as well as unsigned packages.