Skip to content

Commit

Permalink
fix: bump minCapacity from 15 => 30
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Sep 1, 2023
1 parent e8cb53a commit be4e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const sharedProps = {
new DotcomRendering(app, 'DotcomRendering-PROD', {
...sharedProps,
stage: 'PROD',
minCapacity: 15,
minCapacity: 30,
maxCapacity: 60,
instanceType: 't4g.small',
});
Expand Down

0 comments on commit be4e622

Please sign in to comment.