From ef906ee180db5172318db0c084c7639f6ee263e5 Mon Sep 17 00:00:00 2001 From: Kristian Kraemmer Nielsen Date: Mon, 20 Mar 2017 08:09:58 +0100 Subject: [PATCH] Increased timeout to allow long downloads --- monitor-dai.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor-dai.sh b/monitor-dai.sh index 1617d16..634bc4d 100755 --- a/monitor-dai.sh +++ b/monitor-dai.sh @@ -25,7 +25,7 @@ # monitor-dai.sh # -BASIC_CURL_PARAMS="--connect-timeout 10 --location --max-time 15 -Ss" +BASIC_CURL_PARAMS="--connect-timeout 10 --location --max-time 60 -Ss" SCRIPT_NAME=$(basename "$0") DATE_BSD="date -r " -- 2.52.0