Browse Source

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

Karol Sójko 1 năm trước cách đây
mục cha
commit
92bb447cac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]