pacman.conf: make ParallelDownloads configurable
This commit is contained in:
parent
ae5b8b68f7
commit
863fbc1df0
2 changed files with 4 additions and 1 deletions
|
@ -37,6 +37,9 @@ CONFIG_DEFAULTS = {
|
|||
'git_repo': 'https://gitlab.com/kupfer/packages/pkgbuilds.git',
|
||||
'git_branch': 'dev',
|
||||
},
|
||||
'pacman': {
|
||||
'parallel_downloads': 4,
|
||||
},
|
||||
'paths': {
|
||||
'cache_dir': CACHE_DIR,
|
||||
'chroots': os.path.join('%cache_dir%', 'chroots'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue