We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9d481 commit 7260821Copy full SHA for 7260821
aggregation_mode/src/backend/mod.rs
@@ -171,8 +171,8 @@ impl ProofAggregator {
171
info!("Skipping sending proof to ProofAggregationService contract due to budget/time constraints.");
172
}
173
174
- // Sleep for 5 minutes before re-evaluating
175
- sleep(Duration::from_secs(300));
+ // Sleep for 3 minutes (15 blocks) before re-evaluating
+ sleep(Duration::from_secs(180));
176
177
178
Ok(())
0 commit comments