c, SPDX-License-Identifier, Long, Arg, Help, Added, Category, Multi, See-also, Example
c
SPDX-License-Identifier
Long
Arg
Help
Added
Category
Multi
See-also
Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
curl
retry-delay
<seconds>
Wait time between retries
7.12.3
curl
single
retry
--retry-delay 5 --retry 7 $URL
--retry-delay
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 makes curl use the default backoff time.