File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AWS_SECRET_ACCESS_KEY=
8
8
# Method in which the metrics are collected(data or statistics)
9
9
AWS_METRICS_BY_DATA_OR_STATISTICS = statistics
10
10
# 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
12
12
# Time taken in seconds for the API events in AWS API Gateway to sync to AWS CloudTrail
13
13
AWS_ASSETS_SYNC_BUFFER_INTERVAL_SECONDS = 600
14
14
@@ -17,7 +17,7 @@ AWS_ASSETS_SYNC_BUFFER_INTERVAL_SECONDS=600
17
17
APICP_PUBLISH_ASSETS = true
18
18
APICP_SYNC_ASSETS = true
19
19
APICP_SEND_METRICS = true
20
- APICP_HEARTBEAT_SEND_INTERVAL_SECONDS = 60
20
+ APICP_HEART_BEAT_SEND_INTERVAL_SECONDS = 60
21
21
APICP_ASSETS_SYNC_INTERVAL_SECONDS = 300
22
22
APICP_METRICS_SEND_INTERVAL_SECONDS = 60
23
23
You can’t perform that action at this time.
0 commit comments