Skip to content

Commit

Permalink
Revert "Reducing recevive wait time for message to 0 to speed up inge…
Browse files Browse the repository at this point in the history
…stion (#…"

This reverts commit eb8e509.
  • Loading branch information
sylviamclaughlin authored Dec 19, 2024
1 parent eb8e509 commit 34985a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terragrunt/org_account/main/sentinel_cloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resource "aws_sqs_queue" "cloudtrail_sqs_queue" {
name = "azure-sentinel-cloudtrail-queue"
max_message_size = 2048
message_retention_seconds = 86400
receive_wait_time_seconds = 5
sqs_managed_sse_enabled = true

}
Expand Down

0 comments on commit 34985a0

Please sign in to comment.