Skip to content

Commit

Permalink
Change limit to 1 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Feb 3, 2025
1 parent ebb2523 commit 02e2635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/drivers/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (i *Instance) Config() (InstanceConfig, error) {
StageChanges: true,
ModelDefaultMaterialize: false,
ModelMaterializeDelaySeconds: 0,
ModelConcurrentExecutionLimit: 10,
ModelConcurrentExecutionLimit: 1,
MetricsApproximateComparisons: true,
MetricsApproximateComparisonsCTE: false,
MetricsApproxComparisonTwoPhaseLimit: 250,
Expand Down

0 comments on commit 02e2635

Please sign in to comment.