From 500ad8e21ab093c2142b284e550596ff63e55b21 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 4 Oct 2020 21:34:52 +0200 Subject: [PATCH] shortened timeout --- 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 64af5a0b0..e2763a58f 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 --tries=5 --timeout=10 -c -O %o %u +XferCommand = /usr/bin/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u #CleanMethod = KeepInstalled #UseDelta = 0.7 Architecture = auto