Skip to content

Commit bb53913

Browse files
author
Thomas Mahlberg
committed
Add parallel rollouts
1 parent 0924eb5 commit bb53913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KustoSchemaTools/KustoSchemaHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public async Task<ConcurrentDictionary<string,Exception>> Apply(string path, str
9999

100100
var results = new ConcurrentDictionary<string,Exception>();
101101

102-
await Parallel.ForEachAsync(clusters.Connections, new ParallelOptions { MaxDegreeOfParallelism = 1}, async (cluster, token) =>
102+
await Parallel.ForEachAsync(clusters.Connections, async (cluster, token) =>
103103
{
104104
try
105105
{

0 commit comments

Comments
 (0)