2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2018-05-28 20:16:27 +08:00
|
|
|
Long: retry-delay
|
|
|
|
Arg: <seconds>
|
2016-11-28 07:50:25 +08:00
|
|
|
Help: Wait time between retries
|
|
|
|
Added: 7.12.3
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: curl
|
2022-11-03 11:20:19 +08:00
|
|
|
Example: --retry-delay 5 --retry 7 $URL
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: retry
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2016-11-28 07:50:25 +08:00
|
|
|
---
|
|
|
|
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.
|