Skip to content

Commit 8cdf238

Browse files
committed
[NRL-1386] Revert unwanted firehose buffering change
1 parent e72cc3a commit 8cdf238

File tree

1 file changed

+1
-1
lines changed
  • terraform/infrastructure/modules/firehose

1 file changed

+1
-1
lines changed

terraform/infrastructure/modules/firehose/kinesis.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "aws_kinesis_firehose_delivery_stream" "reporting_stream" {
6565
role_arn = aws_iam_role.firehose.arn
6666
bucket_arn = var.reporting_bucket_arn
6767
buffering_size = 64
68-
buffering_interval = 180
68+
buffering_interval = 600
6969

7070
processing_configuration {
7171
enabled = "true"

0 commit comments

Comments
 (0)