From 43d58212c5c391235399b5ef4e326e59d2e93675 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Sat, 19 Jun 2021 22:26:25 +0200 Subject: 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. --- pacman-multilib-staging.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-multilib-staging.conf') diff --git a/pacman-multilib-staging.conf b/pacman-multilib-staging.conf index 7cdb317..be04ea2 100644 --- a/pacman-multilib-staging.conf +++ b/pacman-multilib-staging.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. -- cgit v1.2.3-54-g00ecf