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