aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/retry-delay.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/retry-delay.d')
-rw-r--r--docs/cmdline-opts/retry-delay.d11
1 files changed, 11 insertions, 0 deletions
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: <seconds>
+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.