diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-04 17:08:59 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-04 17:08:59 -0800 |
commit | e533a90f75af3aa14cc174502581bb445be85ccc (patch) | |
tree | 08af2599aaf1eb985991c3bd9e64aff3f3be7945 /etc/pacman.conf | |
parent | 097fa098a103bf4840510abafb0412941e75f238 (diff) |
pacman conf, parallel downloads not related to cpu threads? try default 5
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 c25d9d6b..801a26a6 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -34,7 +34,7 @@ Color #NoProgressBar CheckSpace #VerbosePkgLists -ParallelDownloads = 2 +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. |