Pacman limit retries to 5

This commit is contained in:
gator96100 2020-03-08 22:13:05 +01:00
commit 66c781c345

View file

@ -16,7 +16,7 @@
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
XferCommand = /usr/bin/wget --passive-ftp --timeout=10 -c -O %o %u
XferCommand = /usr/bin/wget --passive-ftp --tries=5 --timeout=10 -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta = 0.7
Architecture = auto