Skip to content

Commit

Permalink
Merge pull request #40 from metriport/develop
Browse files Browse the repository at this point in the history
RELEASE 2023-09-26
  • Loading branch information
RamilGaripov authored Sep 26, 2023
2 parents c817ce8 + 21b2c26 commit 3e164d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lib/fhir-server-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ export class FHIRServerStack extends Stack {
this,
`${dbClusterName}VolumeWriteIOPsAlarm`,
{
threshold: 40_000, // IOPs per second
threshold: 100_000, // IOPs per second
evaluationPeriods: 1,
treatMissingData: cloudwatch.TreatMissingData.NOT_BREACHING,
}
Expand Down

0 comments on commit 3e164d6

Please sign in to comment.