Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the minimum length of time, in seconds, that BITS waits after encountering a transient error before trying to transfer the file.
Syntax
bitsadmin /setminretrydelay <job> <retrydelay>
Parameters
Parameter | Description |
---|---|
job | The job's display name or GUID. |
retrydelay | Minimum length of time for BITS to wait after an error during transfer, in seconds. |
Examples
To set the minimum retry delay to 35 seconds for the job named myDownloadJob:
bitsadmin /setminretrydelay myDownloadJob 35