Skip to content

Commit

Permalink
Reducing recevive wait time for message to 0 to speed up ingestion (#326
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sylviamclaughlin authored Dec 19, 2024
1 parent 193ca2f commit eb8e509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terragrunt/org_account/main/sentinel_cloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 eb8e509

Please sign in to comment.