summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"