diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-11-27 21:29:02 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-11-27 21:29:02 +0100 |
commit | e9d946a17642cb2f1565e90490772c7985484e9d (patch) | |
tree | c9830b2f662500dca6eeab1adfdbbc12c9a95002 | |
parent | 1a59f7cf8eac092a894a5855a3154fa8c333dae7 (diff) |
Add timeouts to shell clientv1.1.1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | fb.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |