mirror of
https://github.com/curl/curl.git
synced 2026-06-08 20:04:18 +03:00
Like other time options already do. Reported-by: Alice Lee Poetics Fixes #18109 Closes #18111
923 B
923 B
| c | SPDX-License-Identifier | Long | Arg | Help | Added | Category | Multi | See-also | Example | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | retry-delay | <seconds> | Wait time between retries | 7.12.3 | curl timeout | single |
|
|
--retry-delay
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 makes curl use the default backoff time.
By default, curl uses an exponentially increasing timeout between retries.
Staring in curl 8.16.0, this option accepts a time as decimal number for parts of seconds. The decimal value needs to be provided using a dot (.) as decimal separator - not the local version even if it might be using another separator.