Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pacman-gnome-unstable.conf
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2021-06-19 22:26:25 +0200
committerLevente Polyak <anthraxx@archlinux.org>2021-06-19 22:26:25 +0200
commit43d58212c5c391235399b5ef4e326e59d2e93675 (patch)
tree9169ad01a33496f867b86a9fef75378d40867162 /pacman-gnome-unstable.conf
parent6a628af422137a7480f5d297e1b2a58cc60ea9db (diff)
pacman.conf: enable ParallelDownloads and NoProgressBar
The progress bar feature creates noisy log files, especially with parallel downloads. Lets disable the progress bar and instead use parallel downloads.
Diffstat (limited to 'pacman-gnome-unstable.conf')
-rw-r--r--pacman-gnome-unstable.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf
index 9052a81..d05cf09 100644
--- a/pacman-gnome-unstable.conf
+++ b/pacman-gnome-unstable.conf
@@ -31,11 +31,11 @@ Architecture = auto
# Misc options
#UseSyslog
#Color
-#NoProgressBar
+NoProgressBar
# 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.