Skip to content

Commit b96aed8

Browse files
authored
Fix: [AEA-0000] - increase cooldown (#2111)
## Summary - Routine Change ### Details - set cooldown time to 2 hours
1 parent 8ad774f commit b96aed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nhsNotifyLambda/src/utils/dynamo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function addPrescriptionMessagesToNotificationStateStore(
7272
export async function checkCooldownForUpdate(
7373
logger: Logger,
7474
update: NotifyDataItem,
75-
cooldownPeriod: number = 900
75+
cooldownPeriod: number = 7200
7676
): Promise<boolean> {
7777
if (!dynamoTable) {
7878
logger.error("DynamoDB table not configured")

0 commit comments

Comments
 (0)