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

This commit is contained in:
Karol Sójko 2024-01-04 13:18:08 +01:00
parent 08966e7af7
commit 92bb447cac
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -19,7 +19,7 @@ const sendStatistics = async (
region: awsRegion,
})
const minutesToProcess = 60
const minutesToProcess = 30
const metricsToProcess = [Metric.NAMES.ItemCreated, Metric.NAMES.ItemUpdated]