Hi Rob, Jim,
I'm frequently getting timeout for wget to fetch snapshot. Shouldn't the timeout setting in abe.sh use gt but not lt as below: --time*|-time*) check_directive $1 timeout "time" $2 if test $2 -lt 11; then wget_timeout=$2 else # FIXME: Range check for non-numerical values. wget_timeout=10 fi
The script limits the timeout setting to be 10 seconds or less. But for slow network connection (I'm from Canada but our http request might be routed to US first), 10 seconds is not enough.
Thanks,
Qyq