cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Is --ftp-retry a good idea?

From: Bill Mercer <bmerc_at_nccer.org>
Date: Wed, 27 Oct 2004 11:56:18 -0400

>What would the "retry delay" specify? Currently, I've made the first retry get
>made with a 1 second sleep and then I double the sleep time after each failure
>but with a 60 second delay maximum.

The way wget does it is the max retry delay is the longest individual delay time.
So in that case the retry delay would be the maximum seconds delay before giving up.
I think 60 seconds max as a hard limit is too low.

                                       
Received on 2004-10-27