bitsadmin setnoprogresstimeout

bitsadmin setnoprogresstimeout

Sets the length of time, in seconds, that BITS tries to transfer the file after the first transient error occurs.

Syntax

bitsadmin /setnoprogresstimeout <job> <timeoutvalue>

Parameters

Parameter Description
job The job's display name or GUID.
timeoutvalue The length of time that BITS waits to transfer a file after the first error, in seconds.

Remarks

Examples

To set the "no progress" timeout value to 20 seconds, for the job named myDownloadJob:

bitsadmin /setnoprogresstimeout myDownloadJob 20

Additional References