mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-21 12:05:01 +02:00
perf(pacman): enable parallel downloading
This commit is contained in:
@@ -32,8 +32,7 @@ Architecture = auto
|
|||||||
#UseSyslog
|
#UseSyslog
|
||||||
#Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
# We cannot check disk space from within a chroot environment
|
CheckSpace
|
||||||
#CheckSpace
|
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
ParallelDownloads = 5
|
ParallelDownloads = 5
|
||||||
|
|
||||||
@@ -76,12 +75,20 @@ LocalFileSigLevel = Optional
|
|||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[snigdhaos-core]
|
||||||
|
SigLevel = Never
|
||||||
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
#[extra-testing]
|
#[extra-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[snigdhaos-extra]
|
||||||
|
SigLevel = Never
|
||||||
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the multilib repositories as required here.
|
# enable the multilib repositories as required here.
|
||||||
|
|
||||||
@@ -96,3 +103,6 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
[chaotic-aur]
|
||||||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
Reference in New Issue
Block a user