Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 876 Bytes

bitsadmin-setmaxdownloadtime.md

File metadata and controls

41 lines (29 loc) · 876 Bytes
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin setmaxdownloadtime
Reference article for the bitsadmin setmaxdownloadtime command, which sets the download timeout in seconds.
reference
16b96cf1-5738-415c-9b9d-c4ea8d5e4fec
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin setmaxdownloadtime

Sets the download timeout in seconds.

Syntax

bitsadmin /setmaxdownloadtime <job> <timeout>

Parameters

Parameter Description
job The job's display name or GUID.
timeout The length for the download timeout, in seconds.

Examples

To set the timeout for the job named myDownloadJob to 10 seconds.

bitsadmin /setmaxdownloadtime myDownloadJob 10

Related links