Skip to content

Commit 185ec07

Browse files
committed
Merge branch 'refs/heads/feat/aggregation-mode-explorer' into feat/aggregation-mode-explorer-views
2 parents ddc14b6 + 3d66f25 commit 185ec07

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

explorer/lib/explorer/periodically.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ defmodule Explorer.Periodically do
2222
:timer.send_interval(one_second * 12, :batches)
2323
# every 1 hour
2424
:timer.send_interval(one_second * seconds_in_an_hour, :restakings)
25-
:timer.send_interval(one_second * seconds_in_an_hour, :aggregated_proofs)
25+
26+
# Fetch new aggregated proofs every 1 minute
27+
:timer.send_interval(one_second * 60, :aggregated_proofs)
2628
end
2729

2830
# Reads and process last blocks for operators and restaking changes

0 commit comments

Comments
 (0)