mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
Added UpdateTimeout
This commit is contained in:
+5
-4
@@ -5,10 +5,11 @@ param([string] $Name, [string] $ForcedPackages, [string] $Root = $PSScriptRoot)
|
||||
if (Test-Path $PSScriptRoot/update_vars.ps1) { . $PSScriptRoot/update_vars.ps1 }
|
||||
|
||||
$Options = [ordered]@{
|
||||
Timeout = 100 #Connection timeout in seconds
|
||||
Threads = 10 #Number of background jobs to use
|
||||
Push = $Env:au_Push -eq 'true' #Push to chocolatey
|
||||
PluginPath = '' #Path to user plugins
|
||||
Timeout = 100 #Connection timeout in seconds
|
||||
UpdateTimeout = 1200 #Update timeout in seconds
|
||||
Threads = 10 #Number of background jobs to use
|
||||
Push = $Env:au_Push -eq 'true' #Push to chocolatey
|
||||
PluginPath = '' #Path to user plugins
|
||||
|
||||
Report = @{
|
||||
Type = 'markdown' #Report type: markdown or text
|
||||
|
||||
Reference in New Issue
Block a user