Skip to content

Commit

Permalink
fixes ninja bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jun 14, 2024
1 parent a9924f0 commit b5cbb59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/CippExtensions/Public/Get-ExtensionRateLimit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function Get-ExtensionRateLimit($ExtensionName, $ExtensionPartitionKey, $RateLim
}
if (($ActiveJobs | Measure-Object).count -ge $RateLimit) {
Write-Host "Rate Limiting. Currently $($ActiveJobs.count) Active Jobs"
Start-Sleep -Seconds $WaitTime
$CurrentMap = Get-ExtensionRateLimit -ExtensionName $ExtensionName -ExtensionPartitionKey $ExtensionPartitionKey -RateLimit $RateLimit -WaitTime $WaitTime
}

Expand Down

0 comments on commit b5cbb59

Please sign in to comment.