Skip to content

Commit

Permalink
Reduce CMD task minExeTime to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDumbTM committed Nov 17, 2024
1 parent 1e4e4fb commit e0d3a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/home/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function handleSubmit() {
? `ConverTo-SecureString ${settings.value.parallel_install} -AsPlainText -Force")`
: '(new-object System.Security.SecureString)'
],
minExeTime: 1,
minExeTime: 0,
allowRtCodes: [0, 1],
incompatibles: []
})
Expand All @@ -112,7 +112,7 @@ async function handleSubmit() {
options: [
'Get-Disk | Where-Object PartitionStyle -Eq "RAW" | Initialize-Disk -PassThru | New-Partition -AssignDriveLetter -UseMaximumSize | Format-Volume'
],
minExeTime: 1,
minExeTime: 0,
allowRtCodes: [0, 1],
incompatibles: []
})
Expand Down

0 comments on commit e0d3a71

Please sign in to comment.