summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-11-27 21:29:02 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-11-27 21:29:02 +0100
commite9d946a17642cb2f1565e90490772c7985484e9d (patch)
treec9830b2f662500dca6eeab1adfdbbc12c9a95002
parent1a59f7cf8eac092a894a5855a3154fa8c333dae7 (diff)
Add timeouts to shell clientv1.1.1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--fb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.in b/fb.in
index 8e74deb..b21a83c 100644
--- a/fb.in
+++ b/fb.in
@@ -69,7 +69,7 @@ request_helper() {
$libdir/fb-helper "$mode" "$url" "$file"
else
useragent="fb-client/shell-$version"
- curlopts="-# -n -L -A $useragent"
+ curlopts="-# -n -L -A $useragent --speed-time 30 --speed-limit 1 --connect-timeout 10"
if [ "$mode" = "d" ]; then
curlopts="$curlopts -s"