Skip to content

Commit 5ad25ee

Browse files
apollo_l1_provider: change L1_BLOCK_TIME to be 12 seconds (#10544)
1 parent aea0ff8 commit 5ad25ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/apollo_l1_provider/src/l1_scraper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type L1ScraperResult<T, B> = Result<T, L1ScraperError<B>>;
3636

3737
// TODO(guyn): make this a config parameter
3838
// Sensible lower bound.
39-
const L1_BLOCK_TIME: u64 = 10;
39+
const L1_BLOCK_TIME: u64 = 12;
4040

4141
pub struct L1Scraper<BaseLayerType: BaseLayerContract + Send + Sync + Debug> {
4242
pub config: L1ScraperConfig,

0 commit comments

Comments
 (0)