Browse Source

fix(syncing-server): amount of minutes to process for metrics

Karol Sójko 1 year ago
parent
commit
92bb447cac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/syncing-server/bin/statistics.ts

+ 1 - 1
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]