Skip to content

Commit d19b0f2

Browse files
author
Alan Shaw
committed
feat(billing): increase parallelization factor
1 parent 659ad9c commit d19b0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stacks/billing-stack.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function BillingStack ({ stack, app }) {
116116
}
117117
})
118118
],
119-
parallelizationFactor: 2
119+
parallelizationFactor: 10
120120
},
121121
}
122122
}

0 commit comments

Comments
 (0)