Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-06-30 14:35:57 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-06-30 14:35:57 +0200
commit33e4ff6294cba8d9bb783adde611d9a273534437 (patch)
tree96a432f5f918f4774c02b66bcfa03eebce274814
parente2649140dcc45efbec4f184374aa10120ac47417 (diff)
parentd75689b5f7b1d74e13aa690c5781559014fd3993 (diff)
Merge remote-tracking branch 'grazzolini/parallel_downloads'
* grazzolini/parallel_downloads: baseline/pacman.conf: Enable parallel downloads releng/pacman.conf: Enable parallel downloads
-rw-r--r--configs/baseline/pacman.conf2
-rw-r--r--configs/releng/pacman.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/baseline/pacman.conf b/configs/baseline/pacman.conf
index 8d0df6f..adb1ea8 100644
--- a/configs/baseline/pacman.conf
+++ b/configs/baseline/pacman.conf
@@ -37,7 +37,7 @@ Architecture = auto
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
-#ParallelDownloads = 5
+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/configs/releng/pacman.conf b/configs/releng/pacman.conf
index 8d0df6f..adb1ea8 100644
--- a/configs/releng/pacman.conf
+++ b/configs/releng/pacman.conf
@@ -37,7 +37,7 @@ Architecture = auto
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
-#ParallelDownloads = 5
+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.