diff --git a/packages/syncing-server/bin/statistics.ts b/packages/syncing-server/bin/statistics.ts index c3dd0a028..7b91b7774 100644 --- a/packages/syncing-server/bin/statistics.ts +++ b/packages/syncing-server/bin/statistics.ts @@ -19,7 +19,7 @@ const sendStatistics = async ( region: awsRegion, }) - const minutesToProcess = 60 + const minutesToProcess = 30 const metricsToProcess = [Metric.NAMES.ItemCreated, Metric.NAMES.ItemUpdated]