Lines Matching +full:- +full:- +full:retry +full:- +full:delay
1 ---
3 SPDX-License-Identifier: curl
4 Long: retry-delay
10 See-also:
11 - retry
13 - --retry-delay 5 --retry 7 $URL
14 ---
16 # `--retry-delay`
18 Make curl sleep this amount of time before each retry when a transfer has
20 between retries). This option is only interesting if --retry is also
21 used. Setting this delay to zero makes curl use the default backoff time.