Bitsadmin /setminretrydelay
Applies To: Windows Vista, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8
Sets the length of time, in seconds, that the service waits after encountering a transient error before retrying to transfer the file.
Syntax
bitsadmin /SetMinRetryDelay <Job> <RetryDelay>
Parameters
Parameter |
Description |
---|---|
Job |
The job's display name or GUID |
RetryDelay |
A number represented in seconds. |
Examples
The following example sets the minimum retry delay for the job named myDownloadJob to 35 seconds.
C:\>bitsadmin /SetMinRetryDelay myDownloadJob 35