Skip to content

Commit

Permalink
make it to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Nov 15, 2023
1 parent d0b4f20 commit 8942fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ func (c *SnowflakeConnector) NormalizeRecords(req *model.NormalizeRecordsRequest

var totalRowsAffected int64 = 0
g, gCtx := errgroup.WithContext(c.ctx)
g.SetLimit(8) // limit parallel merges to 8
g.SetLimit(32) // limit parallel merges to 32

for _, destinationTableName := range destinationTableNames {
tableName := destinationTableName // local variable for the closure
Expand Down

0 comments on commit 8942fca

Please sign in to comment.