We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad774f commit b96aed8Copy full SHA for b96aed8
1 file changed
packages/nhsNotifyLambda/src/utils/dynamo.ts
@@ -72,7 +72,7 @@ export async function addPrescriptionMessagesToNotificationStateStore(
72
export async function checkCooldownForUpdate(
73
logger: Logger,
74
update: NotifyDataItem,
75
- cooldownPeriod: number = 900
+ cooldownPeriod: number = 7200
76
): Promise<boolean> {
77
if (!dynamoTable) {
78
logger.error("DynamoDB table not configured")
0 commit comments