getdelta.rc updated

This commit is contained in:
Kolan Sh 2014-07-19 18:29:13 +04:00
parent 9604bead4b
commit aa3e8046ed
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ LOCAL_MIRROR=""
DELTUP_SERVER="http://linux01.gwdg.de/~nlissne/deltup.php"
# command to use for downloading
FETCH="/usr/bin/wget --trust-server-names -t 1 --passive-ftp"
#FETCH="/usr/bin/wget --trust-server-names -t 1 --passive-ftp"
FETCH="/usr/bin/wget -t 1 --passive-ftp"
# number of seconds to wait before a queued request is retried
QUEUERETRY="15"