Skip to content

Commit

Permalink
Increase thread watcher frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
itm4n committed Dec 28, 2024
1 parent ec36e24 commit 78a787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Multithreading.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Invoke-CommandMultithread {
)

begin {
$ThreadWatchTimer = 200
$ThreadWatchTimer = 100
$RunspacePool = [RunspaceFactory]::CreateRunspacePool(1, $env:NUMBER_OF_PROCESSORS + 1, $InitialSessionState, $Host)
$RunspacePool.Open()
$Jobs = @()
Expand Down

0 comments on commit 78a787e

Please sign in to comment.