Bitsadmin /setmaxdownloadtime

Applies To: Windows Server 2008, Windows Server 2008 R2

Sets the download timeout in seconds.

Syntax

bitsadmin /SetMaxDownloadTime <Job> <Timeout>

Parameters

Parameter Description

Job

The job's display name or GUID

Timeout

The timeout in seconds

Remarks

  • N/A

Examples

The following example sets the timeout for the job named myDownloadJob to 10 seconds.

C:\>bitsadmin /SetMaxDownloadTime myDownloadJob 10

Additional references

Command-Line Syntax Key