From 66c781c345c33e759433e8c0f64592cd816e8033 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Sun, 8 Mar 2020 22:13:05 +0100 Subject: [PATCH] Pacman limit retries to 5 --- msys2/ps/pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msys2/ps/pacman.conf b/msys2/ps/pacman.conf index eec717e80..64af5a0b0 100644 --- a/msys2/ps/pacman.conf +++ b/msys2/ps/pacman.conf @@ -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