Enable parallel downloads with pacman
This commit is contained in:
parent
c384ab4ee6
commit
dc99766cdd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Color
|
||||||
#TotalDownload
|
#TotalDownload
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
|
ParallelDownloads = {{ ansible_processor_nproc // 2 }}
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# 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.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
|
|
Loading…
Reference in a new issue