From 5c4a526388e5d45f332d241b03114eaff98c53ce Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 Nov 2016 00:50:25 +0100 Subject: cmdline-opts: more command line options documented Moved over to the new format --- docs/cmdline-opts/retry-delay.d | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/cmdline-opts/retry-delay.d (limited to 'docs/cmdline-opts/retry-delay.d') diff --git a/docs/cmdline-opts/retry-delay.d b/docs/cmdline-opts/retry-delay.d new file mode 100644 index 000000000..43c5affa2 --- /dev/null +++ b/docs/cmdline-opts/retry-delay.d @@ -0,0 +1,11 @@ +long: retry-delay +arg: +Help: Wait time between retries +Added: 7.12.3 +--- +Make curl sleep this amount of time before each retry when a transfer has +failed with a transient error (it changes the default backoff time algorithm +between retries). This option is only interesting if --retry is also +used. Setting this delay to zero will make curl use the default backoff time. + +If this option is used several times, the last one will be used. -- cgit v1.2.3