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

Additional references