bump wget timeout from 10 seconds to 15 seconds; solves some download timeouts for x264 and sourceforge mirrors.

This commit is contained in:
chess.griffin 2009-01-08 19:57:08 +00:00
parent fc71898416
commit b5f68ad42e

View file

@ -24,4 +24,4 @@ DEBUG=0
# add that either. In general, it is not recommended that users
# change these default values.
RSYNCFLAGS="--verbose --timeout=10"
WGETFLAGS="--continue --progress=bar --timeout=10 --tries=5"
WGETFLAGS="--continue --progress=bar --timeout=15 --tries=5"