blob: 43c5affa2f0420b80650094f32a99b30fc1b4c5d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001long: retry-delay
2arg: <seconds>
3Help: Wait time between retries
4Added: 7.12.3
5---
6Make curl sleep this amount of time before each retry when a transfer has
7failed with a transient error (it changes the default backoff time algorithm
8between retries). This option is only interesting if --retry is also
9used. Setting this delay to zero will make curl use the default backoff time.
10
11If this option is used several times, the last one will be used.