Browse Source

Increases timeout to 30s, wait before retry to 3s

Default: 20 tries
pull/4/head
Kevin Gallagher 8 years ago
parent
commit
e3320f4f0f
  1. 2
      zcutil/fetch-params.sh

2
zcutil/fetch-params.sh

@ -22,7 +22,7 @@ function fetch_params {
--progress=dot:giga \
--output-document="$dlname" \
--continue \
--retry-connrefused --waitretry=1 --timeout=10 --tries 0 \
--retry-connrefused --waitretry=3 --timeout=30 \
"$url"
shasum -a 256 --check <<EOF

Loading…
Cancel
Save