fix(syncing-server): amount of minutes to process for metrics
This commit is contained in:
parent
08966e7af7
commit
92bb447cac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const sendStatistics = async (
|
|||
region: awsRegion,
|
||||
})
|
||||
|
||||
const minutesToProcess = 60
|
||||
const minutesToProcess = 30
|
||||
|
||||
const metricsToProcess = [Metric.NAMES.ItemCreated, Metric.NAMES.ItemUpdated]
|
||||
|
||||
|
|
Loading…
Reference in a new issue