From 3f99b4a67896e1fa88a0cfcb8eff8eabc779d6b7 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 5 Mar 2024 17:27:23 +0800 Subject: [PATCH] feat(driver): update `defaultMaxTxPerBlock` (#604) --- driver/chain_syncer/calldata/syncer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver/chain_syncer/calldata/syncer.go b/driver/chain_syncer/calldata/syncer.go index 076e3afa8..25224194e 100644 --- a/driver/chain_syncer/calldata/syncer.go +++ b/driver/chain_syncer/calldata/syncer.go @@ -28,8 +28,8 @@ import ( ) var ( - // Brecht recommends to hardcore 79, may be unrequired as proof system changes - defaultMaxTxPerBlock = uint64(79) + // Brecht recommends to hardcore 149, may be unrequired as proof system changes + defaultMaxTxPerBlock = uint64(149) ) // Syncer responsible for letting the L2 execution engine catching up with protocol's latest