xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: retry-delay |
| 4 | Arg: <seconds> |
| 5 | Help: Wait time between retries |
| 6 | Added: 7.12.3 |
| 7 | Category: curl |
| 8 | Example: --retry-delay 5 --retry $URL |
| 9 | See-also: retry |
| 10 | Multi: single |
| 11 | --- |
| 12 | Make curl sleep this amount of time before each retry when a transfer has |
| 13 | failed with a transient error (it changes the default backoff time algorithm |
| 14 | between retries). This option is only interesting if --retry is also |
| 15 | used. Setting this delay to zero will make curl use the default backoff time. |