1 c: Copyright (C) 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 7 $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 makes curl use the default backoff time. 16