bitsadmin setmaxdownloadtimebitsadmin setmaxdownloadtime
ダウンロードタイムアウトを秒単位で設定します。Sets the download timeout in seconds.
構文Syntax
bitsadmin /setmaxdownloadtime <job> <timeout>
パラメーターParameters
パラメーターParameter | 説明Description |
---|---|
ジョブ (job)job | ジョブの表示名または GUID。The job's display name or GUID. |
timeouttimeout | ダウンロードタイムアウトの長さ (秒単位)。The length for the download timeout, in seconds. |
例Examples
Mydownloadjob という名前のジョブのタイムアウトを10秒に設定します。To set the timeout for the job named myDownloadJob to 10 seconds.
bitsadmin /setmaxdownloadtime myDownloadJob 10