Skip to content

Commit 3d66f25

Browse files
committed
chore: fetch aggregated proofs every 1 minute
1 parent 609d744 commit 3d66f25

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)