summaryrefslogtreecommitdiff
path: root/pacman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pacman.conf')
-rw-r--r--pacman.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/pacman.conf b/pacman.conf
index 9d895e9..5ee6c1e 100644
--- a/pacman.conf
+++ b/pacman.conf
@@ -2,8 +2,6 @@
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
-#
-# SPDX-License-Identifier: GPL-3.0-or-later
#
# GENERAL OPTIONS
@@ -33,10 +31,11 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
-#TotalDownload
+#NoProgressBar
# We cannot check disk space from within a chroot environment
#CheckSpace
#VerbosePkgLists
+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.