Skip to content

Commit

Permalink
UsePriority True
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed Sep 30, 2021
1 parent 9e59e27 commit d59b761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/astroneer.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ServerDetails = @{
AllowForceClose = $true

#Process Priority Realtime, High, Above normal, Normal, Below normal, Low
UsePriority = $false
UsePriority = $true
AppPriority = "High"

<#
Expand Down
2 changes: 1 addition & 1 deletion templates/mordhau.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $ServerDetails = @{
AllowForceClose = $true

#Process Priority Realtime, High, Above normal, Normal, Below normal, Low
UsePriority = $false
UsePriority = $true
AppPriority = "High"

<#
Expand Down

0 comments on commit d59b761

Please sign in to comment.