mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
chore(sync): increase merkle clean threshold (#2848)
This commit is contained in:
@@ -64,7 +64,7 @@ pub enum MerkleStage {
|
||||
impl MerkleStage {
|
||||
/// Stage default for the Execution variant.
|
||||
pub fn default_execution() -> Self {
|
||||
Self::Execution { clean_threshold: 5_000 }
|
||||
Self::Execution { clean_threshold: 50_000 }
|
||||
}
|
||||
|
||||
/// Stage default for the Unwind variant.
|
||||
|
||||
Reference in New Issue
Block a user