Skip to content

Commit 8ca6a32

Browse files
authored
Merge pull request #15 from SoftwareAG/bugfix/Move-internal-bugfixes-to-external-repo
Bugfix/move internal bugfixes to external repo
2 parents cd2dcf4 + 5c4a55f commit 8ca6a32

File tree

1 file changed

+2
-2
lines changed
  • devops/docker-compose

1 file changed

+2
-2
lines changed

devops/docker-compose/.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AWS_SECRET_ACCESS_KEY=
88
# Method in which the metrics are collected(data or statistics)
99
AWS_METRICS_BY_DATA_OR_STATISTICS=statistics
1010
# Time taken in seconds for the API metrics in AWS API Gateway to sync to AWS CloudWatch
11-
AWS_METRICS_SYNC_BUFFER_INTERVAL_SECONDS=60
11+
AWS_METRICS_SYNC_BUFFER_INTERVAL_SECONDS=600
1212
# Time taken in seconds for the API events in AWS API Gateway to sync to AWS CloudTrail
1313
AWS_ASSETS_SYNC_BUFFER_INTERVAL_SECONDS=600
1414

@@ -17,7 +17,7 @@ AWS_ASSETS_SYNC_BUFFER_INTERVAL_SECONDS=600
1717
APICP_PUBLISH_ASSETS=true
1818
APICP_SYNC_ASSETS=true
1919
APICP_SEND_METRICS=true
20-
APICP_HEARTBEAT_SEND_INTERVAL_SECONDS=60
20+
APICP_HEART_BEAT_SEND_INTERVAL_SECONDS=60
2121
APICP_ASSETS_SYNC_INTERVAL_SECONDS=300
2222
APICP_METRICS_SEND_INTERVAL_SECONDS=60
2323

0 commit comments

Comments
 (0)