archive legacy run report metrics every 30 minutes instead of 1 (#2903)

This commit is contained in:
Ivan FB 2024-07-15 17:39:21 +02:00 committed by GitHub
parent db8ac5a83e
commit b71ab28517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const
WakuArchiveDefaultRetentionPolicyInterval* = chronos.minutes(30) WakuArchiveDefaultRetentionPolicyInterval* = chronos.minutes(30)
# Metrics reporting # Metrics reporting
WakuArchiveDefaultMetricsReportInterval* = chronos.minutes(1) WakuArchiveDefaultMetricsReportInterval* = chronos.minutes(30)
# Message validation # Message validation
# 20 seconds maximum allowable sender timestamp "drift" # 20 seconds maximum allowable sender timestamp "drift"