Skip to content

Commit

Permalink
archive legacy run report metrics every 30 minutes instead of 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Jul 14, 2024
1 parent f54ba10 commit 537b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_archive_legacy/archive.nim
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const
WakuArchiveDefaultRetentionPolicyInterval* = chronos.minutes(30)

# Metrics reporting
WakuArchiveDefaultMetricsReportInterval* = chronos.minutes(1)
WakuArchiveDefaultMetricsReportInterval* = chronos.minutes(30)

# Message validation
# 20 seconds maximum allowable sender timestamp "drift"
Expand Down

0 comments on commit 537b2da

Please sign in to comment.