chore(sync): increase merkle clean threshold (#2848)

This commit is contained in:
Roman Krasiuk
2023-05-26 09:41:02 +03:00
committed by GitHub
parent 318107ed18
commit 0e9c05781e

View File

@@ -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.