This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Wget.
Summary
If you don’t want Wget to wait between every retrieval, but only between retries of failed downloads, you can use this option.
Wget will use linear back-off, waiting 1 second after the first failure on a given file, then waiting 2 seconds after the second failure on that file, up to the maximum number of
seconds
you specify.
- Assembly
- Cake
.Wget .dll - Namespace
- Cake
.Wget - Containing Type
- WgetSettings
Syntax
public Nullable<TimeSpan> WaitRetry { get; set; }
Remarks
By default, Wget will assume a value of
10
seconds.
Attributes
Type | Description |
---|---|
Wget |
Value
Type | Description |
---|---|
Nullable |