Skip to content

Commit

Permalink
feat(billing): increase parallelization factor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 17, 2024
1 parent 659ad9c commit d19b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/billing-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function BillingStack ({ stack, app }) {
}
})
],
parallelizationFactor: 2
parallelizationFactor: 10
},
}
}
Expand Down

0 comments on commit d19b0f2

Please sign in to comment.