We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2350e78 commit b2a3207Copy full SHA for b2a3207
1 file changed
infrastructure/terraform/components/api/locals.tf
@@ -26,7 +26,7 @@ locals {
26
LETTER_TTL_HOURS = 12960, # 18 months * 30 days * 24 hours
27
LETTER_QUEUE_TABLE_NAME = aws_dynamodb_table.letter_queue.name,
28
LETTER_QUEUE_TTL_HOURS = 168 # 7 days * 24 hours
29
- LETTER_QUEUE_VISIBILITY_TIMEOUT = 600, # 10 minutes * 60 seconds
+ LETTER_QUEUE_VISIBILITY_TIMEOUT = 300, # 5 minutes * 60 seconds
30
LETTERS_TABLE_NAME = aws_dynamodb_table.letters.name,
31
MI_TABLE_NAME = aws_dynamodb_table.mi.name,
32
MI_TTL_HOURS = 2160 # 90 days * 24 hours
0 commit comments