Skip to content

Commit 578a97d

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Reduced the throttle limit
1 parent 49d1ef8 commit 578a97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/GenerateModules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $ModuleToGenerate | ForEach-Object -Parallel {
139139

140140

141141

142-
} -ThrottleLimit $Throttle
142+
} -ThrottleLimit 1
143143
$stopwatch.Stop()
144144

145145
Write-Host -ForegroundColor Green "Generated SDK in '$($Stopwatch.Elapsed.TotalMinutes)' minutes."

0 commit comments

Comments
 (0)