diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-20 01:15:39 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-20 01:15:39 -0700 |
commit | 46195e95472cca5010a6f9739916f29cc45c705e (patch) | |
tree | 218f151315cc665a7cf7018965ae08f6c267cf3e /etc/pacman.conf | |
parent | 920bb209a177dcaedd45259c5f9c28efd31fbb4b (diff) |
pacman 8 threads
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 801a26a6..587e7301 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -34,7 +34,7 @@ Color #NoProgressBar CheckSpace #VerbosePkgLists -ParallelDownloads = 5 +ParallelDownloads = 8 # 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. |