mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix(syncing-server): amount of minutes to process for metrics
This commit is contained in:
@@ -19,7 +19,7 @@ const sendStatistics = async (
|
||||
region: awsRegion,
|
||||
})
|
||||
|
||||
const minutesToProcess = 60
|
||||
const minutesToProcess = 30
|
||||
|
||||
const metricsToProcess = [Metric.NAMES.ItemCreated, Metric.NAMES.ItemUpdated]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user