retry-delay.d 462 B

123456789101112
  1. Long: retry-delay
  2. Arg: <seconds>
  3. Help: Wait time between retries
  4. Added: 7.12.3
  5. Category: curl
  6. ---
  7. Make curl sleep this amount of time before each retry when a transfer has
  8. failed with a transient error (it changes the default backoff time algorithm
  9. between retries). This option is only interesting if --retry is also
  10. used. Setting this delay to zero will make curl use the default backoff time.
  11. If this option is used several times, the last one will be used.