There was an error while loading. Please reload this page.
1 parent 410715a commit a2ab0bdCopy full SHA for a2ab0bd
1 file changed
tools/install.sh
@@ -65,10 +65,10 @@ download_file() {
65
detect_downloader
66
fi
67
if [[ "$DOWNLOADER" == "curl" ]]; then
68
- curl -fsSL --proto '=https' --tlsv1.2 --connect-timeout 5 --max-time 30 --retry 2 --retry-delay 1 --retry-connrefused -o "$output" "$url"
+ curl -fsSL --proto '=https' --tlsv1.2 --retry 3 --retry-delay 1 --retry-connrefused -o "$output" "$url"
69
return
70
71
- wget -q --https-only --secure-protocol=TLSv1_2 --tries=2 --timeout=30 -O "$output" "$url"
+ wget -q --https-only --secure-protocol=TLSv1_2 --tries=3 -O "$output" "$url"
72
}
73
74
GUM_VERSION="${FLINK_AGENTS_GUM_VERSION:-0.17.0}"
0 commit comments