瀏覽代碼

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

Karol Sójko 1 年之前
父節點
當前提交
92bb447cac
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]