mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
shortened timeout
This commit is contained in:
parent
35d24ecc37
commit
500ad8e21a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue